I have a problem in which CXF generated client code expects a namespace as part 
of the web-service response. However, the web-service does not include a 
namespace as part of the response. This causes an unexpected element error. How 
can I configure the client to ignore the missing namespace? Plain old java, no 
Spring.

Here's a snippet of the exception the client throws... Exception in thread 
"main" javax.xml.ws.soap.SOAPFaultException: Unexpected wrapper element 
getResponse found.   Expected 
{http://www.service-now.com/fooservice}getResponse.

Reply via email to