[forge-issues] [JBoss JIRA] (FORGE-2381) Being able to create a new SOAP webservice

Antonio Goncalves (JIRA) issues at jboss.org
Wed Aug 12 11:09:04 EDT 2015


     [ https://issues.jboss.org/browse/FORGE-2381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves updated FORGE-2381:
-------------------------------------
    Description: 
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.

  was:
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}



> 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
>              Labels: starter
>             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 new command should go under the {{org.jboss.forge.addon.javaee.jaxws.ui}} package.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the forge-issues mailing list