Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
-
Windows XP Professional
Description
Hi
I am trying to run a quickstartaxiom example, which is given by AXIS2 1.3 version. I am ble to run this example using axis2server.
But while runing in jetty-6.1.2pre1 I ma getting the following error. I am using axis2-1.3-war file for the same.
Client Side :
org.apache.axis2.AxisFault: The ServiceClass object does not implement the required method in the following form: OMElement
getPrice(OMElement e)
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
at samples.quickstart.clients.AXIOMClient.main(AXIOMClient.java:62)
Server Side:
677537 [btpool0-4] ERROR org.apache.axis2.receivers.AbstractMessageReceiver - org.apache.axis2.AxisFault: RawXMLMessageReceiver can not handle this scenario since ServiceClass has implemented to take Non OMElement as method arguments.
I spend a day, but I don't have much information to debug this issuse. Kindly help me.