What is the error you are seeing? This has been a long thread. I only recall that the call works from a standalone client, but not from a servlet client. What is it about the servlet client that is not working? Do you see an error message, or do you get a bad result?
Scott Nichol ----- Original Message ----- From: "Neha Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 11:48 PM Subject: Re: web service with Gui > hi, > > But if call.invoke was not executing - how could i get the result-returned > values. > that means- > > response.getReturnValue is executing. > > Everything is wrkng fine i am getting the results also but i am not able to > see the soap messages. > > 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]>
