User Management Web Service; User Management Web Service Methods - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

User Management Web Service

In the default installation the UserManagement Web Service is located at:
http://UCAInstallMachine/Motorola/UCA/ServerManagement/UserManagement.asmx.
This Web service can be used by external programs to modify UCA user records in the UCA database.

User Management Web Service Methods

AddDeviceUser
This method adds a device user to the UCA system. The user is added into the B_User table in the UCA database.
int AddDeviceUser(UserInfo userInfo, string sPIN, string ipAddr, ref UCAWebServiceStatus WSStatus)
Parameters
userInfo
UserInfo class that describes the user.
sPIN
User PIN.
ipAddr
IP address of source machine (optional - used for logging).
Pass "" if the address should not be logged.
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns a value of 1 when successful.
Remarks
Any errors are logged to the NT Event log.
UCA Server Optional APIs 11 - 29

Advertisement

Table of Contents
loading

Table of Contents