Actually a small correction to my email.
It's incorrect to say that there is a bug within RPCMessageReceiver,java as it is only where the problem is visible. A closer look at the code reveals that
AxisMessage inAxisMessage = op.getMessage(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
inAxisMessage is
Hi,I have specified the RPCMessageReceiver as the Message Receiver in my services.xml.
The target method is "String greet(String name)"
When I send a request from my client, Axis2 throws an
java.lang.IllegalArgumentException: wrong number of arguments as the message receiver tries to invoked the