Link to home
Start Free TrialLog in
Avatar of prsubject
prsubjectFlag for India

asked on

axis on ejb2

How to develop web services using axis on ejb2
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

i did not understand your requirement.
do you want to create an ejb service and expose it as a web-service using axis2?
In that case you need to write a wrapper class which will invoke the ejb method internally, and expose that class as webservice using axis2
Avatar of prsubject

ASKER

The reason behind why I have asked the above question is , web services can be done in multiple ways as
wscompile --> developed by sun
axis(java2wsdl, wsdl2java) --> apache
weblogic and websphere appear appear to be having their customized ways(If I am not mistaken)

So as I am able to see a ejb2 code with wscompile on jboss docs, I got a doubt if it is possible to do web services on the same ejb using axis.
ASKER CERTIFIED SOLUTION
Avatar of Gurvinder Pal Singh
Gurvinder Pal Singh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial