You can use the utility provided with Apache SOAP implemetation TcpTunnel
Regards
Shoaib
----- Original Message -----
From: "Tomas Jacobsson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 18, 2001 7:07 PM
Subject: A way to see the actual Soap message
> Hello!
> I wonder if ther is a way to see the actual soap messages that is
travelling between
> server and client. I uses Apache Soap, Tomcat and xerces but I don't get
the feeling
> of what is happening between the client and server. I build my call in
Java on the
> client side, of that I think it must make a Soap message of the call to be
able to
> send it to the server. And I wonder if there is some way to how this soap
message
> looks like in text, with the header, envelope and body. Like for example
that you
> can print it on the screen or something like that.
> Regards
>
> /Tomas