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

Table of Contents

Advertisement

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

Group Management Web Service Methods

In the default installation the Group Management Web Service is located at:
http://UCAInstallMachine/Motorola/UCA/ServerManagement/GroupManagement.asmx.
This Web service can be used by external programs to modify the UCA group data in the UCA database.
AddGroup
This method adds a Group (Dept.) into the UCA system. The groups are added into the B_Groups table.
int AddGroup(string sStoreNumber, GroupInfo groupInfo, string ipAddr, string sUser,
ref UCAWebServiceStatus WSStatus)
Parameters
sStoreNumber
Store Number
groupInfo
Group Information info class that describes the organizational group (department).
ipAddr
IP address of source machine (optional - used for logging).
Pass "" when address logging is not required.
sUser
UserID of user making WS call (optional - used for logging).
Pass "" when user logging is not required.
WSStatus
UCAWebServiceStatus class describes the status of the call.
Return Values
Returns 1 when successful.
Remarks
Any errors are logged to the NT Event log.
Related Classes
public class GroupInfo
{
public GrouptInfo(){}
string GroupToken,
string GroupName,
string GroupExtID,
bool IsSelectable,
}

Advertisement

Table of Contents
loading

Table of Contents