you
can use tcpmon which comes with axis to do this. Its easy and very convenient to
set up.
java
org.apache.axis.utils.tcpmon <tunnelport> <targethost>
<targetport>
then
direct all your service calls to the tunnelport which will then route those
requests to the targethost:targetport.
you
will see the requests to your targethost:targetport and responses from
it.
best
regards.
-Samir
--
Systems Development
WorldRes, Inc.
PlacesToStay.com
"Online hotel reservations worldwide."
Systems Development
WorldRes, Inc.
PlacesToStay.com
"Online hotel reservations worldwide."
-----Original Message-----
From: Shah, Soniya M. [RA] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 04, 2004 12:26 PM
To: '[EMAIL PROTECTED]'
Subject: dump of outgoing SOAP messagesHi All,How do I get a message dump for outgoing SOAP requests.For incoming message, I can easily use the tcp monitor tool available from Apache and get the dump of the message.For outgoing SOAP messages, it seems to pick a different port each time.How do I capture an outgoing SOAP message?Thanks,Soniya