Hi,

you can use TcpTunnel to view the SOAP messages.

if you have soap.jar in your class path, and the SOAP server and client are
on the same machine, then simply use:

java org.apache.soap.util.net.TcpTunnelGui 4040 localhost 8080

and point your client to send the request to port 4040.

for more information you can see the Apache SOAP user guide.

Regards,
Paramdeep.

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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to