Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wso2 admin service

Where can I find a list of the carbon admin services?

For example I know about the AuthenticationAdmin service however I would like to check what other services there are and check their wsdls. I couldn't find any in the documentation, where can I find those.

The only information I could get hold on was http://blog.facilelogin.com/2011/03/invoking-wso2-carbon-admin-services.html

like image 509
Ivo Avatar asked Sep 11 '12 10:09

Ivo


1 Answers

You can start the Carbon server with -DosgiConsole option to go to the osgi console. If you type help in the console, you will get all the commands available.

listAdminServices command will list all the available services.

Regards, /Nuwan

like image 63
nuwanbando Avatar answered Nov 08 '22 09:11

nuwanbando