shivendra tripathi wrote:WSDL is to serve this purpose only. Isn't it?
well.. i am giving a jar file to the user which will make the webservice call to my service.. I want to put out a documentation for how to use the method in the jar file(the parameters, the meaning of the parameters).. where should they put this jar file and other good stuff.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35250
7
posted
0
Are you asking for help about how to write a document? If it's a service you (or your company) developed, then you'd be best placed to know what should go into the document so that clients can use the service without further hand-holding, no?
Ulf Dittmer wrote:Are you asking for help about how to write a document? If it's a service you (or your company) developed, then you'd be best placed to know what should go into the document so that clients can use the service without further hand-holding, no?
OK. Let me put it this way.. I want to provide a url like we provide a url for the WSDL. In that URL i would like to show the documentation. Ofcourse, i can put it in a common place to accessed by every other team in the company but i want to provide it as a part of the webservice.