You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Jagadeesan,Sivakumar" <si...@dhs.state.tx.us> on 2002/10/24 00:34:57 UTC

Beginner here

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

RE: Beginner here

Posted by Abdul Mannan <ma...@passportcorp.com>.
Try this URL http://localhost:9000/axis/StockQuoteService.jws?WSDL. 

-Mannan


-----Original Message-----
From: Jagadeesan,Sivakumar [mailto:sivakumar.jagadeesan@dhs.state.tx.us]

Sent: Wednesday, October 23, 2002 6:35 PM
To: axis-user@xml.apache.org
Subject: Beginner here

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