Is there any API for creating wso2 bps users and roles.
In */repository/conf/carbon.xml i configured HideAdminServiceWSDLs to false
<HideAdminServiceWSDLs>false</HideAdminServiceWSDLs>
And restarted the server.
My server port(offest is 0) is 9443 and in browser if I call url as below it is giving 404.
https://localhost:9443/services/RemoteUserStoreManagerService?wsdl
You can use
RemoteUserStoreManagerService
SOAP service for this.See this for details.
Edit:
Seems
RemoteUserStoreManagerService
is not available in BPS. Instead, try to useUserAdmin
service.