Hi All, I have a strange problem and was wondering if there is any experience with this on the list. I have five Services running under AXIS. One of these services is a "Super" service which needs to "poll" the other services to see whether a particular user is registered to use it. To that end, this "Super-Service" ideally needs to be able to iterate through a list of all the services installed on the system (which would implement an interface) and call methods on them.
Is this possible? I know that the WSDDDeployment class maintains a HashMap of services, but it does not seem accessible. Thanks for your help, Richard