Dug,
Thanks for the information. I have a AXIS based Web Service then, do
I need to edit the generated WSDL file to add in the documentation?
Thanks and Regards,
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
Ring the bells that still can ring.
Forget your perfe
Hi Guys,
Is there any standard way to document a Web Services? What I mean is
java has javadoc which generates a very good documentation interface. Is
there any such equivalents in the Web Services world?
Thanks,
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
Ri
Hello Thomas,
You will have to call 'clearOperation' method between requests to use
the same call object. You can do something like this:
Service service = new Service();
Call call = (Call) service.createCall();
call.setTargetEndpointAddress(url);
call.setOperationName(new QName("urn"