Use SoapMonitor. You can see your incoming or outgoing going XML. You can see details at http://ws.apache.org/axis/java/install.html Look for :
Appendix: Enabling the SOAP Monitor ________________________________ From: Luna, Abraham [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 1:34 PM To: [email protected] Subject: RE: Return raw XML Thank you for the response. This tools seems to only monitor incoming traffic. I need to monitor messages I'm sending to a hosted service. Thanks for any help you could provide. Abraham Luna Software Engineer WellCare Health Plans, Inc. 8735 Henderson Road Tampa, Florida 33634 (800) 960-2530 ext. 1814 [EMAIL PROTECTED] Confidential Privacy Notice: This e-mail message and any attachments are intended for the exclusive use of the addressee(s) and may contain information that is proprietary, confidential and/or exempt from disclosure and may be Protected Health Information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this message. If you are a regular recipient of our e-mails, please notify us if you change your e-mail address. Thank you. ________________________________ From: Hemant Borole [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 12:49 PM To: [email protected] Subject: Re: Return raw XML try the tcpmon util provided by axis. Set the axis jars in your classpath and then execute java org.apache.axis.utils.tcpmon I hope this is what you are looking for. On Feb 7, 2008 7:23 AM, Luna, Abraham <[EMAIL PROTECTED]> wrote: Is there a way to return the raw XML returned by a web service using the AXIS framework? I compiled some classes from a WSDL using the command-line tools. Thanks for your help, Abraham Luna Software Engineer WellCare Health Plans, Inc. 8735 Henderson Road Tampa, Florida 33634 (800) 960-2530 ext. 1814 [EMAIL PROTECTED] Confidential Privacy Notice: This e-mail message and any attachments are intended for the exclusive use of the addressee(s) and may contain information that is proprietary, confidential and/or exempt from disclosure and may be Protected Health Information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this message. If you are a regular recipient of our e-mails, please notify us if you change your e-mail address. Thank you. ________________________________ From: Luna, Abraham Sent: Thursday, February 07, 2008 10:09 AM To: '[email protected]' Subject: Return raw XML Is there a way to return the raw XML returned by a web service using the AXIS framework? I compiled some classes from a WSDL using the command-line tools. Thanks for your help, Abraham Luna Software Engineer WellCare Health Plans, Inc. 8735 Henderson Road Tampa, Florida 33634 (800) 960-2530 ext. 1814 [EMAIL PROTECTED] Confidential Privacy Notice: This e-mail message and any attachments are intended for the exclusive use of the addressee(s) and may contain information that is proprietary, confidential and/or exempt from disclosure and may be Protected Health Information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of this message. If you are a regular recipient of our e-mails, please notify us if you change your e-mail address. Thank you. This email is confidential. This email message and any attachments are intended for the exclusive use of the addressee(s) and may contain information that is proprietary, confidential and/or exempt from disclosure, and may be Protected Health Information. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of this message. If you are a regular recipient of our emails, please notify us if you change your email address. -- Thanks and Regards Hemant This email is confidential. This email message and any attachments are intended for the exclusive use of the addressee(s) and may contain information that is proprietary, confidential and/or exempt from disclosure, and may be Protected Health Information. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of this message. If you are a regular recipient of our emails, please notify us if you change your email address.
