HS.Gateway.Access.WebServicesClient
class HS.Gateway.Access.WebServicesClient extends %SOAP.WebClient
Web Service client class for the ECR Web Services interfaceMethod Inventory
- AnalyticsNotify()
- AnalyticsQueryResult()
- EPRFetchNotification()
- GetFeederStats()
- GetMetrics()
- IsSendDataToAnalyticsRunning()
- NotifyDelivery()
- SearchAndFetchGeneral()
- SendDataToAnalytics()
- TriggerAnalyticsTransfer()
- XDSbDelivery()
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
- AddressingIn
- AddressingOut
- Attachments
- Base64LineBreaks
- BodyId
- BodyXmlId
- ContentId
- ContentLocation
- ContentType
- GzipOutput
- HTTPVersion
- HeadersIn
- HeadersOut
- HttpAccept202
- HttpFollowRedirect
- HttpInitiateAuthentication
- HttpPassword
- HttpProxyAuthorization
- HttpProxyHTTPS
- HttpProxyPort
- HttpProxySSLConnect
- HttpProxyServer
- HttpProxyTunnel
- HttpRequest
- HttpRequestHeaderCharset
- HttpRequester
- HttpResponse
- HttpUsername
- HttpWriteTimeout
- ImportHandler
- IsMTOM
- Location
- MTOMRequired
- OpenTimeout
- OutputTypeAttribute
- Password
- PolicyConfiguration
- RMSession
- ReferencesInline
- RequestMessageStart
- ResponseAttachments
- ResponseContentId
- ResponseContentLocation
- SAXFlags
- SSLCheckServerIdentity
- SSLConfiguration
- SSLError
- SecurityContextToken
- SecurityIn
- SecurityNamespace
- SecurityOut
- SessionCookie
- SoapBinary
- SoapBinaryCharset
- SoapFault
- SoapVersion
- Timeout
- Transport
- UsePPGHandler
- Username
- WSANamespace
- WriteSOAPBodyMethod
Inherited Methods
- %AddEnvelopeNamespace()
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %CloseRMSession()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnSOAPFinished()
- %OnSOAPRequest()
- %OnSOAPResponse()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %StartRMSession()
- %ValidateObject()
- CancelSecureConversation()
- GetBodyId()
- NormalizeName()
- ResetHttpHeaders()
- SOAPLogContains()
- SendSOAPRequest()
- SetHttpHeader()
- StartSecureConversation()
- UseSecret()
- WSCheckSignatureConfirmation()
- WSSecurityLogin()