org.apache.axis2.AxisFault
--------------------------
Key: AXIS2-3214
URL: https://issues.apache.org/jira/browse/AXIS2-3214
Project: Axis 2.0 (Axis2)
Issue Type: Test
Components: samples
Affects Versions: 1.3
Environment: Windows XP Professional
Reporter: Kondala Rao Vayineni
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
{http://quickstart.samples/}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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]