2 Replies Latest reply on Apr 2, 2005 12:23 PM by eykatz

    Retrieving a list of all Web Services deployed under a JBoss

    eykatz

      Hi All,

      Any ideas for the following challenge will be highly appreciated:

      1. The Good:
      JBoss 4.0 JMX has an MBean called: jboss.ws4ee:service=AxisService
      One of its operations, listServices(), returns a list of all the Web Services deployed under the Axis service
      Btw, The operation's string output is an HTML table code; the table describes the web services... a bit wierd, but does the job...

      2. The Bad:
      JBoss 3.2 ships with Axis 1.1, no JMX bean...
      If one wants a list of all the web services, he/she has not many options, one of them is to scan the deployment directories and files (for example: look for xAR's *.wsdd files)

      Does anybody know a way to retrieve the list of web services within JBoss 3.2?

      Please reply of you know anything that could help, any comments will be highly appreciated and thankfull.

      Perhaps this is an Axis question, since Axis is deployed as a simple web application inside JBoss 3.2, or does JBoss 3.2 knows something special about Axis 1.1 ?
      if you feel this is a pure Axis 1.1 question, could you direct me to an appropriate forum (and I will post here a link to my question in that forum...)

      Thank you all in advance

      Eyal