I have a small soap client that sends an XML DOM Document in the envelope body using “Message.send”

I get the response using message.receiveEnvelope()

How do I

1)       Determine if there is any fault.

2)       Extract the DOM Document from the envelope body into a Document object.

 

I guess it will involve body.marshall, but not sure how to use it.

 

Thanks

JimL

 

Reply via email to