Re: Web Services Documentation Format...

2003-11-06 Thread Sumit_Babu
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

Web Services Documentation Format...

2003-11-06 Thread Sumit_Babu
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

Re: Concurrent usage of the Call object ?

2003-06-30 Thread Sumit_Babu
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"