You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Rafert, Tim" <tr...@tanning.com> on 2002/02/14 01:27:48 UTC

Message style SOAP and retrieving the fault code

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