Hi all,

 

     I have created web services with Axis2 and they work. I would like to combine those web services with EJBs using the same services code. Some methods into the same class should be used as axis2 WS operations and the other as EJB operations. It appears that axis2 doesn’t accept public methods into the “services.xml” specified class not declared as services. I couldn’t find any issue for this problem without using more than one Class. So I would like to know:

Is there any way to configure Axis2 to allow it ignoring declared public methods?

 

Thank you, Guillem

Reply via email to