Thank you for your replay But I still woder if there is any better way to do this?
Do you now how to use the getConfigurationContextFromURI to get the ConfigurationContext from a remote axis using just its URL. I can get this, then I can get the AxisConfiguration, and then use the getServices method. Thanks again for your help. -----Message d'origine----- De : Eran Chinthaka [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 octobre 2007 18:01 À : [email protected] Objet : Re: having the list of a remote axis2 services programmatically -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If your remote Axis2 server is deployed using Axis2 war, then try accessing http://<ip>:<port>/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 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 of all the services correctly deployed on it. > > > > I think that the AxisConfiguration.getServices() method is going to be > used, but of course I still need to have of the AxisConfiguration of the > remote engine. > > Can anybody guide me through? > > I appreciate your help;) > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHKSU5jON2uBzUhh8RAj2wAKCzOtrnpCbAzUDADvze0ozoLR79rgCgk63/ N4jXDizstOK57WFPwKQLmX4= =71GH -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
