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

Table of Contents

Advertisement

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

Device Messaging Web Service

In the default installation the Device Messaging Web Service is located at:
http://UCAInstallMachine/Motorola/UCA/ServerManagement/DeviceMessaging.asmx.
This Web service can be used by external programs to send an asynchronous message to a logged in CA50
device user.

Device Messaging Web Service Methods

SendNotification
This method sends an asynchronous message to a CA50 device.
Int SendNotification(string sStoreNumber, NotifDest destInfo, DynamicNotifParams notifInfo, string ipAddr,
string sUser, ref UCAWebServiceStatus WSStatus)
Parameters
sStoreNumber
Store Number.
destInfo
Destination information class that describes where the message is sent.
notifInfo
Notification information provides details about the notification.
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.
Related Classes
public class NotifDest
{
public NotifDest(){}
string sDestID,
string eDestType,
MRSType eMRSType;
}

Advertisement

Table of Contents
loading

Table of Contents