Antonio Goncalves created FORGE-2381:
----------------------------------------
Summary: Being able to create a new SOAP webservice
Key: FORGE-2381
URL:
https://issues.jboss.org/browse/FORGE-2381
Project: Forge
Issue Type: Feature Request
Components: Java EE
Affects Versions: 2.16.2.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
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 message was sent by Atlassian JIRA
(v6.3.15#6346)