Hi all,
I am using EJB as the service implementer in my web service.
I need to deploy my web service on multiple servers.
so, is there any solution to set "providerUrl" parameter dynamically in
services.xml by reading the parameter from somewhere else at deploy time.
Thanks,
Arpit
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