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/
- RE: Using Xerces to parse a SOAP response aclarkdc
- RE: Using Xerces to parse a SOAP response Pete Roth
- RE: Using Xerces to parse a SOAP response Andrew Sealy-Bell