Hi Arpit,
As you have observed Axis2 does not support method overloading (by
default). Of course you can get it working by writing your own message
receiver. This problem arises when default message receiver tries to
load the method using reflection, it does not take number of paramters
when it doe
HI all,
I am using axis2 with EJB having following setup.
Service Interface
testUser(String args0,String args1).
SessionBean---
method 1-testUser(String args0,String args1)
method 2-testUser(String args0,String args1,String args3)
Now, My problem is i am calling the service with 2
HI all,
I am using axis2 with EJB having following setup.
Service Interface
testUser(String args0,String args1).
SessionBean---
method 1-testUser(String args0,String args1)
method 2-testUser(String args0,String args1,String args3)
Now, My problem is i am calling the service with 2