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