AccountSync service

The purpose of this service is to keep RAP-X user accounts synchronised with those in another account database.

The properties which are kept in sync are password and email address. Login name is used as the key. Rap-x is used as a slave system. For this purpose the rap-X user interface should be configured to prevent user's emails or passwords from being changed within rap-X.

When a user is created/updated in the master system a SOAP call is made to RAP-X. For each user account, login, email and password parameters are passed. If the user exists, it is updated. If not, a new customer account is created in rap-X with the specified parameters and other default settings.

There is also support for bulk operations where multiple accounts can be updated in one method call.

For obvious reasons access to this service is password protected.

A sample WSDL file for this service can be found here