i downloaded the apache soap implementation, which has a servlet (rpcrouter)
for handling soap requests. I installed the servlet as an application on
Orion. I used the StatelessEJBProvider class but had to modify it a bit to
get it to work with orion, (the initialise method). This class handles the
invocation of a staleless session bean.

colin....
----- Original Message -----
From: "Robert Nicholson" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 10:13 PM
Subject: RE: SOAP interface for ejb beans?


> I don't know a whole lot about soap. But are the type mappings one to one?
> Can Soap carry user defined data? ie. JNDI names?
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of John Pletka
> > Sent: Thursday, March 08, 2001 9:35 AM
> > To: Orion-Interest
> > Subject: SOAP interface for ejb beans?
> >
> >
> > Has anyone out there implemented a generic SOAP servlet that can take
> > requests in, lookup the requested bean, execute the method and return
the
> > result?  I'm getting ready to write one, but I'd like to see what
already
> > exists before I jump in.
> >
> > Thanks
> >
>
>
>


Reply via email to