2 Replies Latest reply on Jan 30, 2002 11:11 PM by bchi49

    Jboss Web Service

    vishalgc

      I have exposed my EJBs as a web service, i need to know the URL/URI of the web service so that they can be accessed using Apache's SOAP API ??
      Also I need to know the path of the .wsdl file, if it is generated by JBoss ??

        • 1. Re: Jboss Web Service
          hstech

          Hi,

          Check out the SOAP documentation that you get in the download. The URL is http://:/soap/servlet/rpcrouter.

          JBoss does not generate the WSDL file. You will need to use a tool to do this. One is available from IBM as part of the Web Service download. If you are using NetBeans/Forte, then a product from www.systinet.com can be integrated into your development environment to generate most of the WSDL for you. Note that these are only two of the possibilities.

          Hope this helps.

          Aaron.

          • 2. Re: Jboss Web Service
            bchi49

            I don't see the document. Are you referring to JBoss 2.4.4 and Tomcat 4.0?