Title: Message
It acts as a proxy for requests.  So, if you have a service at http://host:8080/axis, launch tcpmon
on another port, for example 8888, and point your client to http://host:8888/axis.  tcpmon will log
the request & response, forwarding to the real service.
 
This may be a problem if you have a firewall in the way, however, unless you can temporarily
change the real service's port and put tcpmon on it...
 
Of course, there is also "call.getMessageContext().getResponseMessage().getSOAPPartAsString()"
that you can use from a client.
 
Good luck,
Russ
-----Original Message-----
From: JEFF EMMINGER [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 3:18 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [newbie] how to get soap-envelope xml?

Russell,
 
how can i use that to monitor incoming requests on some machine outside of my domain? 
-----Original Message-----
From: Pridemore, Russell (MAN-Corporate) [mailto:[EMAIL PROTECTED]
Sent: Thursday, 25 Mar, 2004 3:08 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [newbie] how to get soap-envelope xml?

Use the tcpmonitor application provided with axis.  Read about it in the user-guide.
-----Original Message-----
From: JEFF EMMINGER [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 25, 2004 2:56 PM
To: '[EMAIL PROTECTED]'
Subject: [newbie] how to get soap-envelope xml?

hello,

I'm writing a client, and I keep getting the error
(405)Method Not Allowed

How do I get the soap envelope xml that I'm sending to see what's wrong? 
Thanks,
Jeff





CONFIDENTIAL NOTICE: This email including any attachments, contains
confidential information belonging to the sender. It may also be
privileged or otherwise protected by work product immunity or other
legal rules. This information is intended only for the use of the
individual or entity named above.  If you are not the intended
recipient, you are hereby notified that any disclosure, copying,
distribution or the taking of any action in reliance on the contents
of this emailed information is strictly prohibited.  If you have
received this email in error, please immediately notify us by
reply email of the error and then delete this email immediately.





CONFIDENTIAL NOTICE: This email including any attachments, contains

confidential information belonging to the sender. It may also be

privileged or otherwise protected by work product immunity or other

legal rules. This information is intended only for the use of the

individual or entity named above. If you are not the intended

recipient, you are hereby notified that any disclosure, copying,

distribution or the taking of any action in reliance on the contents

of this emailed information is strictly prohibited. If you have

received this email in error, please immediately notify us by

reply email of the error and then delete this email immediately.

Reply via email to