1

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
ashok
  • 1,078
  • 3
  • 20
  • 63

1 Answers1

2

You can use RemoteUserStoreManagerService SOAP service for this.

See this for details.

Edit:

Seems RemoteUserStoreManagerService is not available in BPS. Instead, try to use UserAdmin service.

Bee
  • 12,251
  • 11
  • 46
  • 73