Hi,

I have deployed an EJB in JBoss 4. This EBJ must work as a web service deployed in axis2 but I want to know how to do this in axis2.

In the previous axis version it was easy because there was the org.apache.axis.providers.java.EJBprovider class. This class read the server-config.wsdd file to get the parameters and to communicate with the EJB. But this new version has a different architecture and this is not possible.
I need an alternative to do the same.

I am retrieving in the code of the EJBProvider class to try do this.
 
Thanks in advance.

Reply via email to