HS.AU.HI.RemoteOperations
class HS.AU.HI.RemoteOperations extends Ens.BusinessOperation, %SOAP.WebClient, HS.HC.Util.Trace.Helper
Web client that performs communications with the Hub(Registry) AU HI Web services, via SOAP messages.Property Inventory
Method Inventory
Parameters
parameter ADAPTER = EnsLib.SOAP.OutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc
parameter LOCATION;
This is the URL used to access the web service.
parameter NAMESPACE = http://www.intersystems.com/hs/au/hiws;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 1;
Use xsi:type attribute for literal types.
parameter SERVICENAME = HS.AU.HI.WebServices;
This is the name of the Service
parameter SETTINGS = ServiceName:Basic:selector?Select=1&context={HS.Util.ContextSearch/ServiceNameItems};
Inherited description: List of properties can be set as settings in the configuration file
format is a comma separated list of property names
parameter WEBSERVICECLIENTCLASS = HS.AU.HI.RemoteOperations;
Web services client class
Properties
property ServiceName as %String [ InitialExpression = "HI.WebServices" ];
Property methods: ServiceNameDisplayToLogical(), ServiceNameGet(), ServiceNameIsValid(), ServiceNameLogicalToDisplay(), ServiceNameLogicalToOdbc(), ServiceNameNormalize(), ServiceNameSet()
Methods
method UpdateEndpoint()
method ValidHPII(pRequest As HS.AU.Message.HI.SearchIndividualProviderRequest) as HS.AU.Message.HI.SearchIndividualProviderResponse [ WebMethod ]
code to execute the web service call
method ValidHPIO(pRequest As HS.AU.Message.HI.SearchOrganisationProviderRequest) as HS.AU.Message.HI.SearchOrganisationProviderResponse [ WebMethod ]
code to execute the web service call
method ValidateHPII(pRequest As HS.AU.Message.HI.SearchIndividualProviderRequest, Output pResponse As HS.AU.Message.HI.SearchIndividualProviderResponse) as %Status [ WebMethod ]
Ensemble operation code which determines the endpoint information and executes the web service call
method ValidateHPIO(pRequest As HS.AU.Message.HI.SearchOrganisationProviderRequest, Output pResponse As HS.AU.Message.HI.SearchOrganisationProviderResponse) as %Status [ WebMethod ]
Ensemble operation code which determines the endpoint information and executes the web service call
Inherited Members
Inherited Properties
- %AlertStartTime
- %ConfigName
- %ConfigQueueName
- %LastActionTime
- %LastHandledTime
- %LastReportedError
- %QuitTask
- %RequestHeader
- %SessionId
- %SuperSession
- %WarnedLatest
- %isShadow
- Adapter
- AddressingIn
- AddressingOut
- AlertGroups
- AlertOnError
- AlertRetryGracePeriod
- ArchiveIO
- Attachments
- Base64LineBreaks
- BodyId
- BodyXmlId
- BusinessPartner
- ContentId
- ContentLocation
- ContentType
- DeferResponse
- FailureTimeout
- GzipOutput
- HTTPVersion
- HeadersIn
- HeadersOut
- HttpAccept202
- HttpFollowRedirect
- HttpInitiateAuthentication
- HttpPassword
- HttpProxyAuthorization
- HttpProxyHTTPS
- HttpProxyPort
- HttpProxySSLConnect
- HttpProxyServer
- HttpProxyTunnel
- HttpRequest
- HttpRequestHeaderCharset
- HttpRequester
- HttpResponse
- HttpUsername
- HttpWriteTimeout
- IOLogEntry
- ImportHandler
- InactivityTimeout
- IsMTOM
- Location
- MTOMRequired
- NoFailWhileDisconnected
- OpenTimeout
- OutputTypeAttribute
- Password
- PolicyConfiguration
- QueueCountAlert
- QueueWaitAlert
- RMSession
- ReferencesInline
- ReplyCodeActions
- RequestMessageStart
- ResponseAttachments
- ResponseContentId
- ResponseContentLocation
- Retry
- RetryCount
- RetryInterval
- SAXFlags
- SSLCheckServerIdentity
- SSLConfiguration
- SSLError
- SecurityContextToken
- SecurityIn
- SecurityNamespace
- SecurityOut
- SendSuperSession
- SessionCookie
- SoapBinary
- SoapBinaryCharset
- SoapFault
- SoapVersion
- SuspendMessage
- ThrottleDelay
- Timeout
- TraceOperations
- 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()
- %OnClose()
- %OnNew()
- %OnSOAPFinished()
- %OnSOAPRequest()
- %OnSOAPResponse()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %StartRMSession()
- %SuperSessionSet()
- %ValidateObject()
- AdapterName()
- AssignOneSetting()
- BuildTraceRequest()
- CancelSecureConversation()
- CloseIOLogEntry()
- DeferResponse()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- GenerateSuperSession()
- GetBodyId()
- GetDeferredResponseToken()
- GetMessageList()
- GetMsgHdrRequestKey()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetSettings()
- GetShadowInstance()
- HSTrace()
- IncludeSuperSession()
- NewIOLogEntry()
- NormalizeName()
- OnError()
- OnFailureTimeout()
- OnGenerateSuperSession()
- OnGetConnections()
- OnGetReplyAction()
- OnInit()
- OnKeepalive()
- OnMessage()
- OnMonitor()
- OnProductionStart()
- OnProductionStop()
- OnTearDown()
- QueueName()
- ResetHttpHeaders()
- SOAPLogContains()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- SendSOAPRequest()
- SetHttpHeader()
- StartSecureConversation()
- WSCheckSignatureConfirmation()
- WSSecurityLogin()