After I updated axis 2 from 1.6.2 to 1.7.0, I get the following exception:
"The ServiceClass object does not implement the required method as follows: OMElement"
most of the answers I found suggest installing rpc message receivers in services.xml, which I already had from the previous version:
<service name="LogService" scope="transportsession">
<description>
Log
</description>
<messageReceivers>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only" class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
<messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
</messageReceivers>
<parameter name="ServiceClass">
com.viaMEDICI.viaWS.services.LogService
</parameter>
Any other ideas what could go wrong? List and wsdl services look great.
LE:
something else - the namespace used to be "axis2ns2", now it's "nsoMZdG". I don’t know where this could have come from .. and also I don’t get all the parameters, calling ws restful and only the first ...