Axis and jBoss

2002-03-20 Thread Daryl Wilding-McBride
Just in case there's someone else wondering what to put into a WSDD file if you want to publish an EJB's method(s) as a web service, here's one that works with the Axis beta and jBoss 2.4.4/Tomcat 3.2.3. The method getMovies returns an array of MovieValue objects, hence the bean mapping.   h

Re: EJB services problem.

2002-03-19 Thread Daryl Wilding-McBride
Narsi, What's the exception? Daryl. - Original Message - From: "Narasimha Reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 8:27 PM Subject: EJB services problem. > Hi, > > When deploying an EJB as web service, i am getting the following exception. > Can

Using Axis to publish an EJB's methods as a web service

2002-03-18 Thread Daryl Wilding-McBride
Hi,   I'm keen to use Axis to publish some EJB methods as a web service. I looked in the documentation and didn't see any hints there, although I think it has something to do with providers. Is there some documentation someone could point me to? I'm using jBoss/Tomcat.   Thanks in advance, D