I'm new to Axis2 so  bear with me.  I have a service that returns a list of 
other services.   This is not intended to be a public service.  I used the 
following in Axis 1 to do this:

                DeploymentQuery dq = new DeploymentQuery();
                WSDDService[]   services =  dq.findServices();

Worked fine.  However, it obvsiouly doesn't work in Axis2.  Is there a 
(convenient) way to do this in Axis2?

Thanks in advance,

Ross


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to