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

Table of Contents

Advertisement

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

Device User Authentication Web Service

In the default installation, the Device User Authentication Web Service is located at:
http://UCAInstallMachine/Motorola/UCA/Client/Authentication/Authentication.asmx.
This Web service is used in the authentication process of a CA50 device user.

Authentication Web Service Methods

GetUserData
This method retrieves user information from the UCA system. The user's information is updated in the UserInfo
class passed to the method.
int GetUserData(string sStoreNumber, string sUser, string ipAddr, ref UserInfo userInfo, ref
UCAWebServiceStatus WSStatus)
Parameters
sStoreNumber
User's store number.
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 UserInfo 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