Hi:
I trying to run a simple web service which comes with Axis.
I copied all the files from
${axis.home.dir}/webapps/axis
to
${tomcat.home.dir}/webapps/axis
Then I copied saaj.jar and jaxrpc.jar to ${tomcat.home.dir}/commons/lib.
My tomcat runs in port number 9000
When I try to access
http://localhost:9000/axis/StockQuoteService.jws
I am getting page not error
When I try this link
http://localhost:9000/axis/servlet/AxisServlet
It shows me only
1)version and 2)adminService nothing else.
I checked the StockQuoteService.jws is present in
${tomcat.home.dir}/webapps/axis directory.
What could be the problem. Am I missing anything here ?!?!?!
I am using the Axis Version 1
Thank you,
-Siva