You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Eduardo Yánez <ey...@eversystems.com> on 2001/08/21 15:11:20 UTC

TcpTunnelGui to the FAQs

Hi guys!

If this TcpTunnelGui issue is not in the faq i think is time to put it, i
asked for this issue when i start with SOAP and i´ve been seeing a lot of
people making the same question. And every body that needed help, needed an
explanation for "dummies" (as i and others needed).

Regards,
Eduardo Yánez.

-----Original Message-----
From: Mahendra Chheda [mailto:mchheda@zantaz.com]
Sent: Lunes, 20 de Agosto de 2001 01:14 p.m.
To: 'soap-user@xml.apache.org'
Cc: 'beeky@bellatlantic.net'
Subject: RE: listenport param for TcpTunnelGui



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 calls

A sample command line to run my client program is:
java samples.mime.MimeTestClient
http://localhost:7070/soap/servlet/rpcrouter loopFile samplefile

This talks to the TcpTunnelGui on my client which in turn will pass on the
call to the remoteserver. The soap talk between client and server is
captured and displayed in the TcpTunnelGui windows.

Hope this helps.

Mahendra


-----Original Message-----
From: beeky@bellatlantic.net [mailto:beeky@bellatlantic.net]
Sent: Monday, August 20, 2001 9:55 AM
To: soap-user@xml.apache.org
Subject: 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 for my environment.

I'm invoking TcpTunnelGui from a ms-dos window under Win95.  The
tunnelhost and tunnelport params are localhost:8080.  Can someone tell
me how to determine what the listenport param would be?

Thanks in advance,
--beeky