Satoshi Shirasuna wrote:
> 
> Hi,
> 
> I'm tring to use TcpTunnelGui with stockquote sample, but something is
> wrong. I started TcpTunnelGui as follows.
> 
> ---
> > java org.apache.soap.util.net.TcpTunnelGui 8081 localhost 8080
> ---
> 
> When I run the program as usual it works as follows.
> 
> ---
> > java samples.stockquote.GetQuote http://localhost:8080/soap/servlet/rpcrouter IBM
> 101.85
> ---
> 
> But, when I run the program using TcpTunnelGui, the program doesn't
> stop. It seems that the program doesn't return from
> call.invoke. Weird thing is that the windows of TcpTunnelGui show the
> SOAP reply message. Does anybody know what is wrong? I'll attach the
> log from TcpTunnelGui.

Possibly what happens is that as long as the socket the client used to
connect to TcpTunnel is open, it thinks there is still more data to
come.
You might want to try my more flexible alternative to TcpTunnel -
UtilSnoop can be downloaded from http://www.lanw.com/books/javasoap/

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to