And if you are using the browser you need to use the REST url
http://mindleech:8080/axis2/rest/StockQuoteService?getPrice=IBM On 1/5/07, Manoj Khangaonkar <[EMAIL PROTECTED]> wrote:
Doug, The aar needs to be copied to webapps/axis2/web-inf/services directory. You need to copy it Look at your tomcat logs , there should be an error. In 1.1.x -- the current trunk , rest is broken -see JIRA 1917 - i have provided a patch. One of the committers will need to commit the patch. Mj On 1/5/07, Doug Kunzman <[EMAIL PROTECTED]> 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 > > 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 > > doug > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
