I am new to Axis2. I am going through the "Axis2 Quick Start Guide". I
was able to run the Stock Quote using POJO. But when I run the example
code using AXIOM I got the following error when pointing my browser to
http://localhost:8080/axis2/rest/StockQuoteService/getPrice?symbol=IBM.
I also get the same error when running the AXIOMClient class. Can
someone help? Thanks.
 
Danny

 
soapenv:ClientServiceClass does not implement required method of the
form OMElement getPrice(OMElement e); nested exception is:
org.apache.axis2.AxisFault: ServiceClass does not implement required
method of the form OMElement getPrice(OMElement e)

Reply via email to