I'm trying to invoke an axis2-1.2 service and receiving the following
fault,
org.apache.axis2.AxisFault: The ServiceClass object does not implement the
required method in the following form: OMElement {0}(OMElement e)
The method signature in the class is,
public OMElement echoString(OMElement in) throws Exception
I've checked the services.xml, axis2 configuration etc. I don't notice
anything wrong.
Can someone suggest what the problem might be? The signature in the class
looks ok. I don't understand why i'm getting this error.
I'm trying to run the samples from sandesha2, the RM implementation. The
latest released version of sandesha2 doesn't work with axis2-1.3, it seems
to require axis2-1.2. I've found some problems where the code specifies
the incorrect wsa:Action value and missing configuration step where the
axis2-client configuration needs to use a port other than 8080 if Tomcat
is running. But I haven't been able to sort out this problem. Any
suggestions appreciated.