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

Jim Ma (JIRA) jira-events at lists.jboss.org
Thu Apr 28 23:23:18 EDT 2011


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.Beta4


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