You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "Deepak M." <de...@yahoo.com> on 2001/11/02 11:49:48 UTC

WSDL usage by client

Hi,

I've created a very simple web service which takes a string (name of a
person) as input, and returns a string (name of the person, and a random
number). I wrote the Deployment Descriptor for it & deployed it. (I'm using
Apache SOAP & Tomcat).

I can access the service by creating a Call object, and can display the
result.

I now want it to run as it would in a real world scenario, where only a WSDL
file of the service will be available. (I've created the WSDL file using
IBM's Web Service Toolkit).

I want to assume that the client only has the WSDL file and wants to the
invoke the service only on the basis of that.

Any help in the form of samples/tutorials/pointers will be highly
appreciated.

Thanks & Regards,
:-Deepak