You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Satyanarayana Modukuri <sa...@infoglyptic.com> on 2002/06/13 10:03:49 UTC

How to deploy an EJB as WebService

Hi All...
	I need to deploy an EJB as a Web Service in axis.
Currently I am using the following way..
I am deploying the EJB in the application server. and I am writing a bean 
client to access the methods in the EJB. And I am deploying this EJB client 
as the Web Service in axis.

I wants to know the other way of doing this and the possibility of using the 
handlers..

Thanks in advance..
Satya