Re: From a Servlet

2002-09-20 Thread Scott Nichol
MAIL PROTECTED]> Sent: Friday, September 20, 2002 1:19 AM Subject: Re: From a Servlet > Hi Scott. > > Let me start by explaining why I decided on SOAP inplace of RMI. > > I have an application deployed on IONA, It contains only EJB's which access > a local Oracle 9i

Re: From a Servlet

2002-09-19 Thread Vinayan Menon
Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 7:12 PM Subject: Re: From a Servlet > Just to belabor the point: are you certain you want to expose the EJB as a > SOAP service and call it from the servlet using SOAP rather than calling th

Re: From a Servlet

2002-09-19 Thread Martin Gainty
How should I go about >this ? Also this service needs to be invoked from the servlet mentioned >earlier.. > >Regards. > >Vinay > >----- Original Message - >From: "Scott Nichol" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday,

Re: From a Servlet

2002-09-19 Thread Scott Nichol
an EJB from JBoss at http://www.scottnichol.com/apachesoapjboss.htm. That might give you a start. Scott Nichol - Original Message - From: "Vinayan Menon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 12:29 AM Subject: Re: From

Re: From a Servlet

2002-09-18 Thread Vinayan Menon
- From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 10:36 PM Subject: Re: From a Servlet > I'm not sure why you would use a SOAP call instead of using RMI. > > For an example of making a SOAP call from a servl

Re: From a Servlet

2002-09-18 Thread Scott Nichol
I'm not sure why you would use a SOAP call instead of using RMI. For an example of making a SOAP call from a servlet, see http://www.scottnichol.com/apachesoapservletclient.htm. Scott Nichol - Original Message - From: "Vinayan Menon" <[EMAIL PROTECTED]> To: <

From a Servlet

2002-09-17 Thread Vinayan Menon
Hi.    I need to make a SOAP call from a servlet deployed in JRUN to an EJB running in a IONA application server.    Is there anyone who has handled a similar scenario ?   Regards.   Vinay