Skip to main content
Summary This article clarifies the cause for a Unmarshalling Error in an Artix server
Article Number 34614
Environment Artix 5.6 JAX-WS All Supported Operating Systems
Question/Problem Description What is the reason for an "Unmarshalling Error" error in an Artix JAX-WS server?
Clarifying Information
Error Message org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"...", local:"..."). Expected elements are ...
Defect/Enhancement Number
Cause
Resolution This error is caused by an unexpected element being send in the request to the server. This indicates that the client and the server use a different version of the WSDL interface.

Please compare the WSDL interface versions used by the client and the server and ensure client and server are build using the same WSDL interface.

The name of the unexpected element is specified in the error message with the local entry:
org.apache.cxf.interceptor.Fault: Unmarshalling Error: unexpected element (uri:"...", local:"...").
Workaround
Notes
Attachment
Created date: 07 September 2012
Last Modified: 12 February 2013
Last Published: 07 September 2012
First Published date: 07 September 2012

#KnowledgeDocs
#Orbix