If you point your browser at 80, it is going through TcpTunnelGui to the
server, so it will show messages from the browser to server in addition to
those from the SOAP call.  If you point it at 8080, it is going directly to
the server, and TcpTunnelGui will only show messages from the SOAP call from
the servlet.

Scott Nichol

----- Original Message -----
From: "Neha Srivastava" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 7:21 AM
Subject: Re: web service with Gui


> hi,
>
> I am able to see the soap messages now. Thanks.
> I am pointing my browser
> http://localhost:80/sclient/servlet/rpcrouter and
> http://localhost:8080/sclient/servlet/rpcrouter
>
> both ways it is working -why?
>
> Regards
> neha
>
>
> ----- Original Message -----
> From: "Scott Nichol" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 18, 2002 7:33 PM
> Subject: Re: web service with Gui
>
>
> > > But TcpTunnelGui is still not wrkng with my servlet client.
> > > it is wrkng with simple client.
> > >
> > > I have used the same command-
> > >
> > > java org.apache.soap.util.net.TcpTunnelGui 80 localhost 8080
> > >
> > > I am able to see the Windows but not the messages.
> > > I have given endpoint url in the client as
> > >
> > > http://localhost:80/soap/servlet/rpcrouter.
> >
> > Are you certain the servlet code is actually executing call.invoke?  Is
> > there any chance it has an error before that, or in call.invoke itself
> > before the request is written?
> >
> > Scott Nichol
> >
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> >
>
>


----------------------------------------------------------------------------
----


> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to