Have a look at the TcpTunnelGui. The syntax is
java org.apache.soap.util.net.TcpTunnelGui 8088 otherhost 8080
where 8088 is the local port for it to bind to, otherhost is the name of
teh host to redirect to, and 8080 is the port on the other host.
hth
dim
On Tue, 18 Sep 2001, Tomas Jacobsson wrote:
> 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
>
>