In the case of a web service implemented using EJBs, the Axis server will behave as an EJB client. Only the EJB client classes are required for the web service to work (meaning the Remote and Home interface).
-----Original Message-----
From: Hurst, Cyrus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 12, 2002 4:59 PM
To: [EMAIL PROTECTED]
Subject: Exposing EJBs as web services...

 Hello,
    I am trying to expose an existing stateless session bean as a web service .  I
 basically followed the example(creating the client and wsdd)  given in the Wrox Axis(pg 255) .  The book
 says to only copy the Remote and Home interface for the EJB into axis\WEB-INF\classes\ .
 Is this true or do I need to copy all classes the EJB has dependencies on? 
 
 Thanks,
-Cyrus

Reply via email to