Re: Regarding Method Overloading

2011-06-23 Thread Deepal Jayasinghe
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

Regarding method overloading

2011-06-23 Thread Arpit Gupta
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

Regarding Method Overloading

2011-06-23 Thread Arpit Gupta
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