Re: Accessing EJB through SOAP
Posted By:
Anonymous
Posted On:
Friday, December 17, 2004 03:49 AM
I don't think this can be done
as SOAP uses HTTP as transport protocol
and EJB uses IIOP,
....so in order to access u r EJB
u need to make the EJB methods accessable using
Web Service,
which in turn can be used by the SOAP client