]
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: