I'm not in the mood of actually doing the steps, but here's how it
should go:
1) go to the "axis-1.1/samples/userguide" directory and type "ant compile", which compiles the source code under "example4" (as well as the other example subdirectories)
2) create a web application which contains the Axis .jar files (the easy way out would be to grab the sample webapp from "axis-1.1/webapps/axis") and the .class files from "example4"
3) deploy the web application to a web container such as Jakarta
Tomcat 4) deploy the web
service by running the AdminClient against the deploy.wsdd deployment descriptor from "example4":
java org.apache.axis.client.AdminClient example4/deploy.wsdd (see the
user's guide for more)
or by using the
<axis-admin/> task in your
Ant script.