Reputation: 1446
Is it possible to execute the command listAdminServices from jaggery to show the services list in the store page ?
Upvotes: -2
Views: 121
Reputation: 32458
is it possible to execute the command listAdminServices from jaggery to show the services list in the store page ?
Currently, You can get this through the OSGI only. And, this is a static list, if you need, you can listdown using OSGI and show it in UI.
Enable Admin Service editing carbon.xml found inside [APIM_HOME]/repository/conf directory
<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
sh wso2server.sh -DosgiConsole
osgi> listAdminServices
Upvotes: 2