Re: web service with Gui

2002-09-19 Thread Neha Srivastava
hi Martin,   My problem is solved now. Thanks for your reply.   Regards neha - Original Message - From: Martin Gainty To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Thursday, September 19, 2002 11:38 PM Subject: Re: web service with Gui NehaAfter

Re: web service with Gui

2002-09-19 Thread Neha Srivastava
hi scott, I was wondering why i couldn't observe this. Thanks for your help. Regards neha - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 7:40 PM Subject: Re: web service with Gui

Re: web service with Gui

2002-09-19 Thread Martin Gainty
an not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.  _GMT-5___   >From: Scott Nichol <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To

Re: web service with Gui

2002-09-19 Thread Scott Nichol
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. &g

Re: web service with Gui

2002-09-19 Thread 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-

Re: web service with Gui

2002-09-19 Thread Neha Srivastava
AIL 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- > &g

Re: web service with Gui

2002-09-18 Thread Neha Srivastava
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. > > > &

Re: web service with Gui

2002-09-18 Thread Scott Nichol
> 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 > >

Re: web service with Gui

2002-09-18 Thread Scott Nichol
> why do we give defaultEndpointURL in getInitParameter.? > > url = getServletConfig().getInitParameter("defaultEndpointURL"); This just provides a default value if the user does not enter a URL. The other code is: String url = req.getParameter("endpointURL"); if (url == null || url.le

Re: web service with Gui

2002-09-17 Thread Neha Srivastava
> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 6:29 PM Subject: Re: web service with Gui > Your command line for TcpTunnelGui would be > > java org.apache.soap.util.net.TcpTunnelGui 80 localhost 8080 > > The client connects to localhost:80, which is the port wher

Re: web service with Gui

2002-09-17 Thread Scott Nichol
directly. Scott Nichol - Original Message - From: "Neha Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 12:02 AM Subject: Re: web service with Gui > if my TcpTunnelGui is listening on port 80- i should change my servlet &g