Hi,
I created a sample web service, as in Axis2 quickstart guide,
http://ws.apache.org/axis2/1_5_1/quickstartguide.html
Its a very simple service, i deployed in
Tomcat, and when i requested its WSDL, its shown in the web browser. What i need to know is, even though i didnt explicitly generate the WSDL file, how it showed up in the browser when a request is made? Is the WSDL generate automatically in a client's request?
If it will be auto generated, where it would be located in the server (path) thereafter ?
thanks in advance