No, 15 seconds is unreasonable. I would expect tens of milliseconds. I would recommend you start up the Network Monitor on Win2k so you can see the timing of when you send the request packet(s) and when the response packet(s) are received. This should tell you the actual time spend in the service.
If you want to tinker before firing up the monitor, one common problem is host address resolution. Does the WSDL specify a host name or host address in the endpoint URL? If it has a host name, try using an IP address instead, or put the address of the Linux box in the Win2k hosts file (%windir%\system32\drivers\etc\hosts). Scott Nichol ----- Original Message ----- From: "Paul J. Caritj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 6:55 PM Subject: Re: Accomodating Clients > Scott: > Well done. That took care of it. > > All: > Now the only problem I have remaining is performance. It takes a full 10 > - 15 seconds to retrieve a simple response from a remote machine. My > setup is this: > > Client running on 2x1.1ghz P3 Windows 2000 Server with SOAP Toolkit. > Invokes RPC service "Multiply" [Multiplies supplied integer by 2...just > a demo, I swear :)] over local 10 mbps network using high level API. > Service is hosted on a 700 mhz P3 Redhat 8.0 machine running Tomcat > 4.1.12 and SOAP 2.3. > > Is this the type of performance I should be expecting? > > -Paul > > On Wed, 2002-11-20 at 15:54, Scott Nichol wrote: > > For those two platforms, the main thing is to generate WSDL for your > > service. You see an example of this for the VB client at > > http://www.scottnichol.com/vbclienthiapachesoap.htm. > > > > Scott Nichol > > > > ----- Original Message ----- > > From: "Paul J. Caritj" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, November 20, 2002 2:08 PM > > Subject: Accomodating Clients > > > > > > > Hello once more! > > > > > > Could anyone point me toward a good reference/how-to for making an > > > Apache SOAP based service accessible to clients on various platforms? > > My > > > interest is particularly in interop with VB and ".Net" clients. > > > > > > Best wishes, > > > Paul Caritj > > > > > > > > > -- > > > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>