[jboss-jira] [JBoss JIRA] Resolved: (AS7-697) Add operation handler to list all deployed webservice endpoints

Richard Opalka (JIRA) jira-events at lists.jboss.org
Thu May 19 02:58:01 EDT 2011


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

Richard Opalka resolved AS7-697.
--------------------------------

    Resolution: Done


https://github.com/jbossas/jboss-as/commit/19c1d16bb5ed683f98374c20e96213be8d2e143a

> Add operation handler to list all deployed webservice endpoints
> ---------------------------------------------------------------
>
>                 Key: AS7-697
>                 URL: https://issues.jboss.org/browse/AS7-697
>             Project: Application Server 7
>          Issue Type: Task
>          Components: Web Services
>    Affects Versions: 7.0.0.Beta3
>            Reporter: Jim Ma
>            Assignee: Richard Opalka
>             Fix For: 7.0.0.CR1
>
>
> To list all the deployed webservice endpoints:
> [localhost:9999 /] /subsystem=webservices:list-endpoints
> {
>     "outcome" => "success",
>     "result" => {
>         "deployed-count" => 1,
>         "jboss.ws:context=TestService_web,endpoint=W2JTest" => [
>             ("address" => "http://localhost:8080/TestService_web/jaxws/W2JTest"),
>             ("wsdlURL" => "http://localhost:8080/TestService_web/jaxws/W2JTest?wsdl"),
>             ("shortName" => "W2JTest"),
>             ("implClass" => "org.jboss.ws.W2JTestImpl")
>         ]
>     },
>     "compensating-operation" => undefined
> }

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list