XML WebService Deserializer choking on SOAP Faults

G

Guest

I'm hitting up a XML SOAP WebService (developed with Apache Axis). Any time the web service sends a SOAP fault across the wire, the XML deserialization process throws a XMLException, as opposed to the SoapException as it should. The SOAP messages look 100% fine to me (they look up to spec), so it seems like something is not right in my proxy class.
 
J

John Saunders

DoomBringer said:
I'm hitting up a XML SOAP WebService (developed with Apache Axis). Any
time the web service sends a SOAP fault across the wire, the XML
deserialization process throws a XMLException, as opposed to the
SoapException as it should. The SOAP messages look 100% fine to me (they
look up to spec), so it seems like something is not right in my proxy class.

Perhaps you should catch the exception, display it and post it here. The
details may be interesting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top