User login

Getting list of available service in wsas

Forums :

How do I get the list of all available services in the wsas server?

 

I found the following wsas web service command to getthe details on a specific service:

 

https://localhost:9443/wso2wsas/services/ServiceAdmin/getServiceData?serviceName=echo

 

I would like to get a list of al service like you see when your click 'Service' on the WSAS Management Console.

For this instance, the URL on th Management console is:

https://localhost:9443/wso2wsas/#___divListServiceGroups

 

What is the equivalent wsas web service call?

 

thanks

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

In the ServiceGroupAmin

In the ServiceGroupAmin service, there is a listServiceGroups operation. You can invoke this operation to get the list of services & service groups.

 

Regards

Afkham Azeez

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.