RE: listenport param for TcpTunnelGui

2001-08-20 Thread Mahendra Chheda
A sample command to run the TcpTunnelGui is: java org.apache.soap.util.net.TcpTunnelGui 7070 remoteserver 8080 where 7070 is a port on my client that TcpTunnelGui listens to remoteserver is the server i want to make soap calls to 8080 is the port the remote server is listening on for soap cal

RE: listenport param for TcpTunnelGui

2001-08-20 Thread Damien Vincent
You can choose the listenport, but it must be a free one. 8070 for example. don't foget to send your http request to the listenport, otherwise, you won't 'sniff' anything... Damien -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : lundi 20 août 2001 18:55 À :

RE: listenport param for TcpTunnelGui

2001-08-20 Thread Damien Vincent
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : lundi 20 août 2001 18:55 À : [EMAIL PROTECTED] Objet : listenport param for TcpTunnelGui I would like to use TcpTunnelGui to observe SOAP message structure but I can't figure out what the listenport param is