Re: How to get the list of published services

2008-11-30 Thread keith chapman
We do this to display this deployed services in WSO2 WSAS [1] (which is built on top of Axis2). Specifically the class ServiceAdmin which can be found at [2]. Thanks, Keith. [1] http://wso2.org/projects/wsas [2]

Re: How to get the list of published services

2008-11-29 Thread Amila Suriarachchi
it depends on the way you do it. Please see here[1] And you can get the services like this MessageContext.getCurrentMessageContext().getConfigurationContext().getAxisConfiguration().getServices() [1] http://amilachinthaka.blogspot.com/2008/11/accessing-axis2-information-at-client.html thanks,

How to get the list of published services

2008-11-28 Thread javier
Hi everybody, I'm looking for a way to get the list of all published services on Axis2. I know there is a file on the repository/services directory where those services are enumerated but I would like to know if there is another way to get this list using an API for example. Please tell me if