Search code examples
apiwso2storejaggery-js

WSO2 listAdminServices - services showed in the store page


Is it possible to execute the command listAdminServices from jaggery to show the services list in the store page ?


Solution

  • 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.

    1. Enable Admin Service editing carbon.xml found inside [APIM_HOME]/repository/conf directory

      <HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
      
    2. Start the APIM like sh wso2server.sh -DosgiConsole
    3. In the OSGI shell, type osgi> listAdminServices