2 Replies Latest reply on May 3, 2006 9:54 AM by feristhia

    Axis on JBoss4

    feristhia

      Hi,

      I rather new to JBoss 4 and Axis. Just curious for the web services
      that I run using a simple WS from the client I have to run it using
      these jars :
      jbossall-client.jar
      axis-ws4ee.jar
      jboss-j2ee.jar
      commons-discovery.jar
      commons-logging.jar
      wsdl4j.jar
      jbossws4ee-client.jar

      Are those jars should always have to be in our web service client
      beside of the stubs ?? And from a forum I also notice that we always
      need an axis-client-config.xml in each of our client app folder.... Is
      that so ?

      --
      Regards,
      Feris
      PT. Putera Handal Indotama
      JL. KH. Moh. Mansyur No. 11 Blok B.8-12
      Telp. +62-21-631 6688 (Hunting)
      Fax. +62-21-6330211
      Jakarta (10140) - INDONESIA

        • 1. Re: Axis on JBoss4
          navalonna

          You don't have to put those libraries in your client.

          You can build the client as you want (i.e. with .NET and C#) and it will run ok.

          Those libraries are only required under JBoss WebServices server.

          If you are using Java you need Apache Axis. Download and install it.

          For building a client you must run utility WSDL2Java for generating stubs.

          For running the client you need those stubs and libraries that you'll find in lib directory of Axis.

          And that's all.

          • 2. Re: Axis on JBoss4
            feristhia

            Hi Navalonna,

            I see... got the point.

            Thanks,

            Feris