Hi everybody,

 

I’m trying to access a simple CXF webservice from a mobile application.

The webservice is published from a servlet extending the CXFNonSpringServlet
on tomcat.

The sayHello method I wrote is not called at all because an interceptor
throws following exception:

org.apache.cxf.binding.soap.SoapFault: No namespace on "methodCall" element

 

The mobile client sends simple XML like <?xml
version=\"1.0\"?><methodCall><methodName>sayHello</methodName>…

 

Is there a possibility to disable validation or any other way to get around
this?

 

Thanks for any hint in advance!

 

Timon

 

Reply via email to