The thread found here <http://wso2.org/forum/thread/2785> on wso2.org should provide you with the answer.
Thanks, Keith. On Nov 11, 2007 7:38 AM, EL ALAMI <[EMAIL PROTECTED]> wrote: > > > > > Hi everybody, > > > > I need to write a webservice that returns the list of the services deployed > on the same axis2. > > To do that, I need to access the AxisConfiguration somehow. > > One way to do it, would be by having AxisServlet in which the webService is > deployed. > > > > If this is possible, the code will be; > > > > AxisServlet servlet=//This is what I am looking for, a way to have this > instance > > AxisConfiguration config=servlet.configContext; > > Map ListOfServices=config.getServices(); > > > > Since the webService is executed in the context of the AxisServlet, then it > should be possible that he access the > > Does any body know how to do that? > > If you have any other way to get the services list or the AxisConfiguration > instance, I would be thankful.. > > > > Any help is appreciated, > > Thanks > > -- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/
