2 Replies Latest reply on Jul 11, 2002 4:05 AM by ludovic

    Make an ejb using SOAP

    ludovic

      Hi, I'm tring to write an ejb working with jboss3.0.0. I written many entity beans and a session bean. Everything is working fine with RMI, but it needs to understand SOAP requests. I know jboss contains axis and jboss-net plugin, but it's the first time I need to do it. What does I change into my program ?
      For exemple, how to re-write the Interest exemple using SOAP or Axis ?

        • 1. Re: Make an ejb using SOAP

          Ludovic,

          look at the branch for JBoss.NET and SOAP under the main forum listings for more details. Also, go and browse through the cvs files on sourceforge (check the link to the source code), which is where you'll find the JBoss.NET samples.

          In principle, though the main things you need to know are:
          a) the wsdd files discussed under Axis docs are deployed as web-service.xml files under JBoss.NET and are bundled into wsr files.
          b) the jws files discussed under Axis docs don't seem to work under JBoss.NET.
          c) You can find a simple HelloWorld example using wsr files at http://www.csd.abdn.ac.uk/~bscharla/jboss-net-helloWorld.html

          cheers

          Bruce

          • 2. Re: Make an ejb using SOAP
            ludovic

            Thanks, I will try !