You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Paul Rogers <pr...@clearcommerce.com> on 2001/09/21 17:25:38 UTC

RE: TcpTunnelGui

Did you change your call.invoke to point to port 1234 instead of 8080?
 
Paul

-----Original Message-----
From: Simone Badoer [mailto:simone.badoer@lnl.infn.it]
Sent: Friday, September 21, 2001 10:27 AM
To: soap-user@xml.apache.org
Subject: TcpTunnelGui


Hi.
 
My application works correctly. It simply sends an Element and receives
another Element using Literal XML Enconding. This is my SOAP call-invoke:
        resp = call.invoke(new
URL("http://myhost:8080/soap/servlet/rpcrouter"), "");
 

I've tried to execute the tool TcpTunnelGui:

                 java org.apache.soap.util.net.TcpTunnelGui 1234 myhost 8080
in a Command Prompt, and then I've executed my application from another
Command Prompt of the same pc: no data were shown inside the two windows.
 
The first parameter, 1234, was chosen randomly. Is there a specific value
for that listenport?
 
What could be wrong?
 
Bye,
        Simone.