What is the correct way to retrieve the fault code when using Message style SOAP?  Must I parse the body myself?
 
I've tried using the Response.extractFromEnvelope() method - which works fine for faults.....  But when I receive a valid response with the specific namespace set for my application it doesn't have an appropriate Deserializer.
 
How do most people detect the fault when using Message style?  The messaging example doesn't help with this...
 
Thanks
 

Reply via email to