RE: About using TcpTunnelGui tool

2002-06-03 Thread Rufeng Liu
Thank you Mark, it works exactly as you instructed. Rufeng -Original Message- From: Mark Childerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:10 AM To: [EMAIL PROTECTED] Subject: RE: About using TcpTunnelGui tool TcpTunnelGUI works for things other than SOAP. To get

RE: About using TcpTunnelGui tool

2002-05-29 Thread Mark Childerson
; >-Original Message- >From: Mark Childerson [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, May 28, 2002 12:16 PM >To: [EMAIL PROTECTED] >Subject: Re: About using TcpTunnelGui tool > > >Your SOAP client should be looking for >http://localhost:/soap/servlet/rpcroute

RE: About using TcpTunnelGui tool

2002-05-29 Thread Mark Childerson
ote: >Thank you Mark. So I need to have a Tomcat running on my local machine while >I am using TcpTunnelGUI, right? Also my SOAP client should communicate with >the URL of http://localhost:/soap/servlet/rpcrouter, not >http://localhost:, right? > >Thanks, >Rufeng >

RE: About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
, May 28, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: Re: About using TcpTunnelGui tool Your SOAP client should be looking for http://localhost:/soap/servlet/rpcrouter TcpTunnelGUI will automatically translate that to the desired URL. Mark. At 11:58 AM 28/05/2002 -0400, you wrote: >He

RE: About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
Thank you Mark. So I need to have a Tomcat running on my local machine while I am using TcpTunnelGUI, right? Also my SOAP client should communicate with the URL of http://localhost:/soap/servlet/rpcrouter, not http://localhost:, right? Thanks, Rufeng -Original Message- From

Re: About using TcpTunnelGui tool

2002-05-28 Thread Mark Childerson
Your SOAP client should be looking for http://localhost:/soap/servlet/rpcrouter TcpTunnelGUI will automatically translate that to the desired URL. Mark. At 11:58 AM 28/05/2002 -0400, you wrote: >Hello, > >I was trying to use the TcpTunnelGui tool like the following on my local >machine: >

About using TcpTunnelGui tool

2002-05-28 Thread Rufeng Liu
Hello, I was trying to use the TcpTunnelGui tool like the following on my local machine: c:\>java org.apache.soap.util.net.TcpTunnelGui ren.cs.odu.edu 8989 where is listenport on my local machine, ren.cs.odu.edu is tunnelhost (a UNIX machine), and 8989 is tunnelport. My soap service i

R: Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Thank you jyothi Danny -Messaggio originale- Da: jyothi [mailto:[EMAIL PROTECTED]] Inviato: venerdì 24 agosto 2001 13.44 A: [EMAIL PROTECTED] Oggetto: Re: Using tcptunnelgui. Hi, The TcpTunnelgui helps you sniff your soap messages travelling through TCP/IP. IF you want to

Re: Using tcptunnelgui.....

2001-08-24 Thread jyothi
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 8/24/01, 1:44:31 PM, <[EMAIL PROTECTED]> wrote regarding Using tcptunnelgui.: > Hi, > Someone can explain the use of TCPTUNNELGU

Using tcptunnelgui.....

2001-08-24 Thread Lanzellotto . Donato
Hi, Someone can explain the use of TCPTUNNELGUI.?? Ok for the server, ok for the server port, but what about the listenport, "the port which you will send your SOAP messages to server"??? (i.e. 8081) This means that my client must send request on server across this port?? How and where i hav