Tagged Questions
3
votes
1answer
509 views
How do I return a (custom) SOAPFault from an Axis web service?
I have some WSDL from which I need to generate a web service implementation. I'm using Eclipse, and Axis1.4, and running on Weblogic9.2.
Generating the server stubs goes fine, and I've implemented ...
3
votes
2answers
4k views
Catching webservice exception with CXF: NoClassDefFoundError: SOAPFaultBuilder
I've been using Apache CXF wsdl2java generated code to call methods from a webservice for some time now, which so far has been working fine.. The problem I'm having is that when the webservice ...
0
votes
1answer
20 views
How can I get the whole xml response from SoapFaultClientException
I get this exception because response is soapFault. Is there options how I can get whole xml response from this exception ? I need this because important content of this xml inst in ...