Re: having the list of a remote axis2 services programmatically

2007-10-31 Thread Sanjiva Weerawarana
You need some beans that expose the admin functionality as services so that you can control it remotely. If you look at the source for WSO2 WSAS you can see how we do it - you can either use WSAS' directly for it or just copy the bits that you care about. See: http://wso2.org/repos/wso2/trunk

RE: having the list of a remote axis2 services programmatically

2007-10-31 Thread EL ALAMI
method. Thanks again for your help. -Message d'origine- De : Eran Chinthaka [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 octobre 2007 18:01 À : axis-dev@ws.apache.org Objet : Re: having the list of a remote axis2 services programmatically -BEGIN PGP SIGNED MESSAGE- Hash: SHA

Re: having the list of a remote axis2 services programmatically

2007-10-31 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If your remote Axis2 server is deployed using Axis2 war, then try accessing http://:/axis2/services/listServices. You will be returned an "html" which has the list of services together with their endpoints. EL ALAMI wrote: > Hi everyone, > > I have

having the list of a remote axis2 services programmatically

2007-10-31 Thread EL ALAMI
Hi everyone, I have been trying to use the axis2 API to have the list of a remote axis2 services , but I can't find a way to do it. In a more specific description, I need to write a java function that takes as argument the axis2 url (or its repository or something like that) and returns the list