You can use any SOAP client that interops properly with your SOAP server.
For example, you could use the Microsoft SOAP toolkit (see
http://www.scottnichol.com/vbclientapachesoap.htm for an example),
SOAP::Lite (perl), NuSOAP (PHP) or PocketSOAP (C++).  For an idea about the
breadth of interop, check
http://www.apache.org/~rubys/ApacheClientInterop.html, which shows the
results of nightly tests using Axis and Apache SOAP as clients with a number
of server implementations.

Your servlet client does not need to be on the same server as your service.
It can also use a different SOAP implementation than Apache SOAP.

Scott Nichol

----- Original Message -----
From: "Neha Srivastava" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 12:40 AM
Subject: can service and client use different api's?


hi,

If i am using apache soap and Tomcat to deploy  my web service, is it
necessary to use the same for my client?

do i have to deploy my servlet client on the same server where my service
is?


Thenks and Regards
neha






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


> --
> 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