You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tomasz Pik <pi...@ais.pl> on 2004/02/04 21:41:05 UTC

Re: dump of outgoing SOAP messages

Shah, Soniya M. [RA] wrote:

> Hi 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?

If you'll setup logs to DEBUG, you'll find both request and response 
messages in log on server side.
I think on client side too but I'm not sure.

Regards,
Tomek

> Thanks,
> Soniya