[jboss-jira] [JBoss JIRA] Assigned: (AS7-697) Add operation handler to list all deployed webservice endpoints
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Wed May 18 06:08:01 EDT 2011
[ https://issues.jboss.org/browse/AS7-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Opalka reassigned AS7-697:
----------------------------------
Assignee: Richard Opalka (was: Jim Ma)
> 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