-
Sub-task
-
Resolution: Done
-
Major
-
2.16.2.Final
It would be good to have a command to create a SOAP webservice (even if it's not fashionable, it's still heavily used ;o). A command like this :
soap-new-service --named MyWebService
Would generate
@WebService public class MyWebService { }
This new command should go under the org.jboss.forge.addon.javaee.jaxws.ui package.