0 Replies Latest reply on Sep 3, 2004 5:05 AM by bigbeard

    Consume remote Web Service in EJBs

    bigbeard

      Hi!

      Have anyone here tried and been able to consume a remote web service from a EJB?

      What I want to do is to consume a remote web service from a EJB (SessionBean) that is deployed in JBoss 3.2.5 using Java 1.4.2.

      The remote web service is exposed by Axis 1.0 and to ensure that there are no differencies in how the web service is handled I want to install axis 1.0 so that it is used from my EJBs.

      The trouble is that my application doesn't seems to find all dependencies that is needed by axis even if they are installed in the same application as axis itself (and the EJBs).

      Anyone who has experienced similar problems and managed to solve them?