You can list down all the Admin Services used by WSO2 carbon based products using following steps.
Start the server with OSGI console. Go to the
You have provided the question and answer both :) However I just like to add more in to this;
If you want to retrieve the WSDLs of admin services of WSO2 Identity Server; Go to CARBON_HOME/repository/conf
directory and change the value of the HideAdminServiceWSDLs
in carbon.xml
file like below and restart the server.
true
to
false
Then you can retrieve the WSDLs by browsing the service by adding "?wsdl" option.
For example, if you can find entitlement service
https://{Hostname}:{port}/services/EntitlementService?wsdl