2 Replies Latest reply on Mar 17, 2006 5:21 AM by caberdoz

    wsdl2java and jboss

    buki79

      Hi,

      I have modeled my xml schemas and my wsdl files (with XMLSpy). Now I want to create the ejb stubs for the wsdl files so I can start progamming the according ejbs for the web service. For this I can use wsdl2java, can't I?
      Another question is, how to integrate the the so created stubs within jboss-ide ejb-project? Does it work, if I just copied the generated files into the folder structure?
      In fact, is this the right way to create top-down web services with jboss?
      http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDOCServiceStepByStep just describes how to create a wsdl file from an sei, but not the other way round.
      Thanks for any hint.

      Regards,

      Andi

        • 1. Re: wsdl2java and jboss
          thomas.diesler

           


          For this I can use wsdl2java, can't I?


          You should use wscompile from the JWSDP. Specifically the -import option.

          • 2. Re: wsdl2java and jboss
            caberdoz

            Hello,

            I have the exact same problem as buki79. I would like to generate stubs from the wsdl. I could do it with wscompile from JWSDP, but I don't understand why we have to use this tool while Axis is integrated in JBoss.

            Do we have to integrate some Sun librairies in our JBoss ? Is there any documentation explaining that ?

            Any help would be really appreciated.

            Thanks,


            Claude-Alain