XML WebService Deserializer choking on SOAP Faults

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top