1 Reply Latest reply on Oct 28, 2008 4:23 AM by jaikiran

    Using Axis 1.4 WebServices on JBoss 4.2.3

    donadriano

      Hi,

      I am migrating a demo application from jboss 3.2.5 to 4.2.3. The application is using Axis1.4 (it's using org.apache.axis.* classes, not the org.jboss.axis.* ones).

      Can someone tell if it is possible to run Axis1 WebServices on JBoss 4.2.3 ? I tried by adapting jboss-net.sar but ran into multiple problems.

      Thanks in advance for your suggestions!

      Best Regards
      Adriano

        • 1. Re: Using Axis 1.4 WebServices on JBoss 4.2.3
          jaikiran

           

          "donadriano" wrote:
          Hi,

          I am migrating a demo application from jboss 3.2.5 to 4.2.3. The application is using Axis1.4 (it's using org.apache.axis.* classes, not the org.jboss.axis.* ones).
          Can someone tell if it is possible to run Axis1 WebServices on JBoss 4.2.3 ?


          For JBoss, Axis is just another 3rd party library/application. So yes, you can use Axis in your application(s) without having to bother about the org.jboss.axis.* classes.

          "donadriano" wrote:

          I tried by adapting jboss-net.sar but ran into multiple problems.


          You dont have to modify any of JBoss related jars/applications. Axis1.4 comes as a web application. All you have to do is use the Axis servlet in your web application and include the axis jar files with your application.

          Let us know, if you still have issues trying to get this work.