In your services.xml file, you need to add an additional:

 <operation name="searchMessage">
    <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only";
class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"
/>
</operation>

for every one of your void methods. Failure to do so, will result
in them not being called. I ask the Axis2 development team to
please release a new version of Axis2 that fixes this issue.


On Sat, 27 Feb 2010 21:24 +0200, "jamie" <jam...@fastmail.fm>
wrote:

Hi Everyone
For people experiencing the same behaviour, it turns out this is
a rather severe bug in Axis2 1.5 and Axis2 1.5.1. To be honest,
its so severe, I wonder whether the Axis2 framework was tested at
all before it went out the door. I lost eight hours due to the
problem. You need to:

  [1]gspot.com/

References

1. http://amilachinthaka.blogspot.com/

Reply via email to