]
George Gastaldi closed FORGE-2381.
----------------------------------
Fix Version/s: 2.17.1.Final
(was: 2.x Future)
Resolution: Done
Being able to create a new SOAP webservice
------------------------------------------
Key: FORGE-2381
URL:
https://issues.jboss.org/browse/FORGE-2381
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.16.2.Final
Reporter: Antonio Goncalves
Assignee: Antonio Goncalves
Labels: starter
Fix For: 2.17.1.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 :
{code}
soap-new-service --named MyWebService
{code}
Would generate
{code}
@WebService
public class MyWebService {
}
{code}
This new command should go under the {{org.jboss.forge.addon.javaee.jaxws.ui}} package.