]
Jim Ma commented on AS7-697:
----------------------------
After talked this with Brain and Jason, get to know we are doing some work to expose
deployment related stuff via the management api as child resources under a deployment.
After this is finished, this operation can be removed and we can use common read-resource
operation to list the deployed endpoints.
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: Jim Ma
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: