To deploy try something like this ...

Locate the deployment descriptor for the sample stock web service, cd to this 
directory and execute the deploy command: 
>
> cd D:\ApacheApps\Tomcat\webapps\axis\samples\stock
> java org.apache.axis.client.AdminClient 
>-lhttp://localhost/axis/services/AdminService deploy.wsdd
- Processing file deploy.wsdd
- <Admin>Done processing</Admin>
>

To verify the service is deployed, navigate to the following URL 

http://127.0.0.1/axis/servlet/AxisServlet
and now see which services are now live

And now... Some Services
AdminService (wsdl) <http://127.0.0.1/axis/services/AdminService?wsdl> 
AdminService 
urn:xmltoday-delayed-quotes (wsdl) 
<http://127.0.0.1/axis/services/urn:xmltoday-delayed-quotes?wsdl> 
test 
getQuote 
urn:cominfo (wsdl) <http://127.0.0.1/axis/services/urn:cominfo?wsdl> 
getInfo 
Version (wsdl) <http://127.0.0.1/axis/services/Version?wsdl> 
getVersion 

Run a query against the newly deployed stockquote service.  cd to Tomcat's 
../webapps/axis directory and run the following command to supply a stock and get a 
value back :

> cd D:\ApacheApps\Tomcat\webapps\axis
> java samples.stock.GetQuote -lhttp://localhost/axis/servlet/AxisServlet -uuser1 
>-wpass1 XXX
XXX: 55.25

(adapt this for your port, path and platform )

-Rey



----- Original Message -----
From: "Jagadeesan,Sivakumar" <[EMAIL PROTECTED]>
Date: Wed, 23 Oct 2002 17:48:31 -0500
To: [EMAIL PROTECTED]
Subject: RE: Beginner here


> 
> I don't know what happened?
> Now suddenly it seems to work , might be the tomcat did not load it properly
> 
> Thank You 
> 
> but still this is a problem
> 
> "When I try this link
> 
> http://localhost:9000/axis/servlet/AxisServlet
> 
> It shows me only
> 
> 1)version and 2)adminService nothing else.
> "
> 
> What could be the reason
> 
> -Siva
> 
> 
> -----Original Message-----
> From: Abdul Mannan [mailto:mabdul@;passportcorp.com]
> Sent: Wednesday, October 23, 2002 5:44 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Beginner here
> 
> 
> 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: [EMAIL PROTECTED]
> 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
> 
> 

-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Reply via email to