Re: How to achieve 'cold' deployment of web service in Axis
Posted By:
madhav_sathe
Posted On:
Sunday, June 22, 2003 09:58 AM
The other way of deploying web service in Axis is to copy the .java file in the Axis application folder hosted on the server(Usually tomcat) and rename it to .jws file (Make sure that the file is without any compile time errors).
Then you can simply get the WSDL file by appending the "?WSDL" to the URL of the .jws file from your browser. Use WSDL2Java tool to get the proxy classes and use the web service.