TcpTunnelGui tool port question

2001-06-19 Thread sachin chaudhari
Hi, I am not sure what port I mention as listenport in java org.apache.soap.util.net.TcpTunnelGui listenport tunnelhost tunnelport My weblogic is running on localhost at port 7001, so tunnelport will be 7001. My client will be sending message to 7001 so my listenport will also be 7001 as per

Re: TcpTunnelGui tool port question

2001-06-19 Thread Dmitri Colebatch
what is wl listening for on 7001? isn't that its T3 port? to use the tunnel gui have the client send requests to a different port (in this example 7002) and the tunnel gui will display them and forward them to a different port (7001). use the following: java

Re: TcpTunnelGui tool port question

2001-06-19 Thread Nirmal Mukhi
] chaudhsb2001@ cc: yahoo.com Subject: TcpTunnelGui tool port question

Re: TcpTunnelGui tool port question

2001-06-19 Thread sachin chaudhari
Dim Thanks a lot for the exaplinnation. So you are saying my soap server listens on a port different than weblogic server. Is there a way to find out what port the soap is listening on?? Unfortunately the following did not work: java org.apache.soap.util.net.TcpTunnelGui 8088 localhost 8080