I get error while connecting to my web service:
javax.xml.ws.soap.SOAPFaultException: Unmarshalling Error: unexpected element (uri:"", local:"OrderID"). Expected elements are <{}Login>,<{}CrewId>,<{}OrderID >,<{}OrderNumber >
Service is exposed using org.apache.cxf.transport.servlet.CXFServlet
and jaxws:endpoint
annotation. The client is generated using CXF. Firstly, suprising for me is that I'm using the same technology on both ends and the solution is not working, secondly, this mysterious {} in error messages.
So, what is wrong and how to understand this {}?