Warning |
---|
This feature will be deprecated in a future version as it could cause long-running connection leaks. |
...
Change the
HideAdminServiceWSDLs
property in<IS_HOME>/repository/conf/carbon.xml
to false to get access to the WSDL's of the admin services.Code Block language xml <HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
Access the WSDL of UserStoreCountService service by browsing https://localhost:9443/services/UserStoreCountService?wsdl. If the WSDL is loading, access the methods of the service through SoapUI. Here, you will have access to additional methods (CountByClaimsInDomain, countClaims) than from the Management Console.
Note |
---|
By default, only JDBC user store implementations support this service but the functionality can be extended to LDAP user stores or any other type of user store as well. |