Friends,
I am building a sample web service using JAX-RPC and Axis and deploying on
Tomcat.
I have downloaded the AXIS 1.2 version from this link ---
http://ws.apache.org/axis/java/releases.html and deployed it in Tomcat server.
I am getting the below AXIS FAULT exception while deploying my
java file as a service using deploy.wsdd by issuing the command "
java org.apache.axis.client.AdminClient deploy.wsdd"
"AXISFault Exception Error (404) Resource not found /axis/services/AdminService"
And there is no service named "AdminService" available at the URL
http://localhost:8080/axis/service/ except for some "Version".
Could anyone please tell me what am I missing, do I need to go for some other version of Axis?
Cheers,
Bala