Developing Simple Web Service
In this section, we will learn developing web services with Axis2 by an easy example ?HelloWorldService? and deploying it on the tomcat web server.
Step 1: Build Axis2 Web Application: (axis2.war)
- Download and install Apache Ant (version 1.6.5 or later) from http://ant.apache.org.
- Go to ?webapp? folder of the downloaded axis2. You will get ?build.xml? file.
- Open the command prompt and go up to the ?webapp? directory and run ?ant? command.
Come to learn more about: http://www.javajazzup.com/issue11/page15.shtml