After i upgraded the axis2 from 1.6.2 to 1.7.0 i get the following exception:
"The ServiceClass object does not implement the required method in the following form: OMElement"
most of the answers I found suggest to set the rpc message receivers in services.xml which i already had from 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 have gone wrong? List services and the wsdl looks fine.
LE:
something different is the namespace before was "axis2ns2" now it is "nsoMZdG". No idea where could this come from.. and also i don't get all parameters by calling the ws restful and just only the first one...