Hi Doug,
Please see my comments inline.
Regards
Charitha
Doug Kunzman wrote:
Hi-
I am using AXIS2 version 1.1 and attempted to deploy the quick start sample
using the upload facility. I noticed that the StockQuateService.aar got copied
to the /services directory rathern than the /WEB-INF directory as the
documentation describes. Which is correct? Can someone explain?
Also, when I type into a browser the following URL
http://mindleech:8080/axis2/services/StockQuoteService
This is the End point reference URL of StockQuoteService. AFAIK, Axis
does not list down the requested service if you just provide the End
point reference URL ,since the purpose of EPR is to client applications
to connect to the services.
If you want to list down the services, you can go to
http://localhost:8080/axis2/services/listServices
I get the following message,
−
<soapenv:Fault>
<faultcode/>
−
<faultstring>
I can not find a service for this request to be serviced. Check the WSDL and the request URI; nested exception is:
org.apache.axis2.AxisFault: I can not find a service for this request to be serviced. Check the WSDL and the request URI
</faultstring>
<detail/>
</soapenv:Fault>
When I type,
http://mindleech:8080/axis2/rest/StockQuoteService?getPrice=IBM
I get no response. Can someone please help me troubleshoot this problem
The specified url is wrong. It should be
http://mindleech:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM.
I was able to get the following results when i issued the correct URL.
<ns:getPriceResponse>
<ns:return>42.0</ns:return>
</ns:getPriceResponse>
doug
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]