I just came across nice command in wso2 carbon. That nice Command is valid for wso2 carbon or wso2 products. Form this command we can list down all web servics calls that wso2 product or instance have. We can give this command in osgi console in WSO2 carbon.
Let is try that now.
[1] Start wso2 product or carbon In OSGI mode from entering below command in ‘bin’ directory
<WSO2_CARBON_HOME>\bin>server.bat –DosgiConsole
[2] After server is start in osgi console give
listAdminServices
- to get all admin services that are deployed on this server:
listHiddenServices
- List down all Hidden services that are deployed on this server:
This useful thing to know in wso2 carbon. where lot of people will not family with this command. But now onward you can try it out.