2 Replies Latest reply on Mar 19, 2012 3:30 AM by arunvg

    Axis2 webservice

    raman.jillella

      HI all

              

             I have an application which is running in my JBoss default server.Now I am going to expose two methods from my application as a web services.For that I keep tha axis2.war in my deploy folder.and I keep the aar file in that war.here my doubt is how to communicate my application which is in default server frommy pojo..thanks in advance.

        • 1. Re: Axis2 webservice
          spyhunter99

          you can either do a jdni lookup or have a configurable parameter that specifies the url of the web service in your web app

          • 2. Re: Axis2 webservice
            arunvg

            From the deployment structure It is clear that you have two seperate applications .So to communicate between the two you may need a webservice/ejb or some other communication interface @ you custom application.

             

             

            Another way is change your deployment structure, make the axis and your custom application wrapped inside a single ear . With your application in the app level and axis asa war.