THANK YOU!  Very much.  This works.  The entire XML that the server returns
is stored in the xml variable with the code below.  

Peter Roth
Telemetry Technologies Inc.
p: 404.231.0021 ext. 1290
e: [EMAIL PROTECTED]


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 31, 2001 3:48 PM
To: [EMAIL PROTECTED]
Subject: RE: Using Xerces to parse a SOAP response 


Response resp = call.invoke( url, "");
String xml =
(String)((MimeBodyPart)resp.getBodyPart(0)).getContent();

This will get you the whole envelope as an XML string
which you can parse into a DOM and traverse as needed.

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to