RE: SOAP interface for ejb beans

2001-07-18 Thread Kesav Kumar
Title: RE: SOAP interface for ejb beans Apache Soap2_2 is already having this. Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) Voquette...Delivering Sound Information -Original Message- From: Jon Ward [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 2:52

Re: SOAP interface for ejb beans

2001-07-18 Thread Joseph B. Ottinger
Why don't you ask the Apache group, instead? On Wed, 18 Jul 2001, Jon Ward wrote: > Is there an apache soap implementation of the StatelessEJBProvider class > available. > > Jon > --- Joseph B. Ottinger [EMAIL PROTE

RE: SOAP interface for ejb beans

2001-07-18 Thread Montebove Luciano
If I understand your question you should give a look to GLUE. It permits to invoke a Stateless Session Bean as a web service. You can download a beta for free. http://www.themindelectric.com/products/glue/glue.html Hope this help Luciano -Original Message- From: Jon Ward [mailto:[EMAI

Re: SOAP interface for ejb beans?

2001-03-09 Thread colin harris
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

RE: SOAP interface for ejb beans?

2001-03-08 Thread Robert Nicholson
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 >

RE: SOAP interface for ejb beans?

2001-03-08 Thread Robert Nicholson
Thinking about this I guess you can define the message signature for SOAP so you'd have to pass a JNDI name right in the message. Trivial by the sound of it. So you plan to deliver the response as a SOAP message? so you have to use Reflection to do this and make sure your APIs adhere to a naming

Re: SOAP interface for ejb beans?

2001-03-08 Thread Richard E. Sansom
Have you tried the Apache/XML project's SOAP implementation? -Rich --- John Pletka <[EMAIL PROTECTED]> wrote: > 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