0 Replies Latest reply on Jun 29, 2006 2:18 AM by yair.zaslavsky

    How can I generate a WSDL using WSTOOLS and JSR181 web servi

    yair.zaslavsky

      Hi all, I folllowed the example for JSR181 web service as written at the jboss wiki, however, I fail to understand how can I generate a WSDL from the interface of the service? Preior to JSR181 , when developing web services with interface that extends Remote, I used WSCOMPILE for this.
      What should I do now and how?
      I have a stateless session bean called MyService which implements MyServiceIF interface