Hi,
when i enter http://localhost:8080/axis2/axis2-web/ my browser redirects
it to http://localhost:8080/axis2/services/
I've tried the following example. maybe it helps to troubleshoot my problem ?

In the meantime I've tried the/Axis/axis2-1.5.1/samples/quickstart/README.txt 
The description is "
we are deploying a POJO after writing a services.xml and
creating an aar. We also test the gePrice and update methods using a browser." 
I've followed the steps but when I execute
http://localhost:8080/axis2/services/StockQuoteService/getPrice?symbol=IBM

In the terminal in which i started axis2server.sh the follow error message
is shown
[INFO] [SimpleAxisServer] Started
[SimpleAxisServer] Started
[INFO] Listening on port 8080
[ERROR] The service cannot be found for the endpoint reference (EPR) 
/axis2/services/StockQuoteService/getPrice?symbol=IBM
org.apache.axis2.AxisFault: The service cannot be found for the endpoint 
reference (EPR) /axis2/services/StockQuoteService/getPrice?symbol=IBM
        at 
org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:65)
        at org.apache.axis2.engine.Phase.invoke(Phase.java:334)
        at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:251)
        at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:160)
        at 
org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:135)
        at 
org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:130)
        at 
org.apache.axis2.transport.http.HTTPWorker.service(HTTPWorker.java:245)
        at 
org.apache.axis2.transport.http.server.AxisHttpService.doService(AxisHttpService.java:281)
        at 
org.apache.axis2.transport.http.server.AxisHttpService.handleRequest(AxisHttpService.java:187)
        at 
org.apache.axis2.transport.http.server.HttpServiceProcessor.run(HttpServiceProcessor.java:82)




--- On Wed, 10/3/10, Konstantin Kolinko <knst.koli...@gmail.com> wrote:

> From: Konstantin Kolinko <knst.koli...@gmail.com>
> Subject: Re: axis2: not seeing validation or administrator links from axis2
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Date: Wednesday, 10 March, 2010, 20:30
> 2010/3/10 Terence Coffey <terence_j_cof...@yahoo.co.uk>:
> > hi,
> > The contents of my war file looks a bit different.
> > when i do a jar -xvf axis2.war I get the following
> output which is different from what's shown in your supplied
> web link. As you will see
> > it appears to be much larger.
> >
> It looks like the one in the manual. So I think it is a
> correct one.
> >> http://ws.apache.org/axis2/1_5_1/quickstartguide.html#services
> 
> Try to browse the following URL:
> http://localhost:8080/axis2/axis2-web/
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to