Console User Authentication Web Service; Console User Authentication Web Service Methods - Motorola CA50 Developer & User Manual

Table of Contents

Advertisement

11 - 40 CA50/UCA Client & Server Developer & User Guide

Console User Authentication Web Service

In the default installation, the Console User Authentication Web Service is located at:
http://UCAInstallMachine/Motorola/UCA/ServerManagement/Authentication/ManagementAuthentication.asmx.

Console User Authentication Web Service Methods

GetUserData
This method retrieves user information from the UCA system. The user's information is updated in the
ConsoleUserInfo class passed to the method.
int GetUserData(string sUser, string ipAddr, ref ConsoleUserInfo userInfo, ref UCAWebServiceStatus
WSStatus)
Parameters
sUser
User's login ID.
ipAddr
IP address of source machine (optional - used for logging).
Pass "" when address logging is not required.
UserInfo
A reference to a ConsoleUserInfo class that describes the user (described above).
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns a value of 1 when successful. When successful, UserInfo is populated with the specified user's
information.
Remarks
Any errors are logged to the NT Event log.

Advertisement

Table of Contents
loading

Table of Contents