Skip to main content

HS.Gateway.Access.WebServicesClient

class HS.Gateway.Access.WebServicesClient extends %SOAP.WebClient

Web Service client class for the ECR Web Services interface

Method Inventory

Parameters

parameter LOCATION;
This is the URL used to access the web service.
parameter NAMESPACE = http://www.intersystems.com/hs/gateway/hsws;
This is the namespace used by the Service
parameter SERVICENAME = HS.Gateway.Access.WebServices;
This is the name of the Service

Methods

final method AnalyticsNotify(pMessage As HS.Message.Analytics.Notification) as %Status [ WebMethod ]
final method AnalyticsQueryResult(pMessage As HS.Message.Analytics.QueryResponse) as %Status [ WebMethod ]
final method EPRFetchNotification(pRequest As HS.Message.EPRFetchNotification, pResponse As Ens.Response) as %Status [ WebMethod ]
final method GetFeederStats(pRequest As HS.Message.Analytics.GetFeederStatsRequest, ByRef pResponse As HS.Message.Analytics.GetFeederStatsResponse) as %Status [ WebMethod ]
final method GetMetrics(pRequest As HS.Message.ReportRequest, ByRef pResponse As HS.Reports.XMLMessageContainer) as %Status [ WebMethod ]
final method IsSendDataToAnalyticsRunning(pRequest As HS.Message.Analytics.IsTransmitRunningRequest = "", ByRef pResponse As HS.Message.Analytics.IsTransmitRunningResponse) as %Status [ WebMethod ]
final method NotifyDelivery(pRequest As HS.Message.Push.NotifyDeliveryRequest, pResponse As Ens.Response) as %Status [ WebMethod ]
final method SearchAndFetchGeneral(pRequest As HS.Message.SearchAndFetchRequest) as HS.Message.SearchAndFetchResponse [ WebMethod ]
final method SendDataToAnalytics(pRequest As HS.Message.Analytics.TriggerTransmitRequest = "") as %Status [ WebMethod ]
final method TriggerAnalyticsTransfer() as %Status [ WebMethod ]
Internal method, for testing, to remotely fire off an analytics transmit Deprecated since V15
final method XDSbDelivery(pRequest As HS.Message.XMLMessage, pResponse As Ens.Response) as %Status [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab