HS.Util.SOAPClient.Operations
class HS.Util.SOAPClient.Operations extends Ens.BusinessOperation, HS.Util.SOAPClient.Base
Property Inventory
Method Inventory
Parameters
parameter SETTINGS = ServiceName:Basic:selector?Select=1&context={HS.Util.ContextSearch/ServiceNameItems},-SOAPVersion,-SSLConfiguration,-SOAPCredentials,ResponseTimeout,SendSAMLAssertion,SAMLCreator,XMLValidator;
Inherited description: List of properties can be set as settings in the configuration file
format is a comma separated list of property names
Properties
property XMLValidator as %Dictionary.Classname;
Class to perform xsd validation on request / response (To be used only during setup / testing), can be a very time intensive operation
Property methods: XMLValidatorGet(), XMLValidatorIsValid(), XMLValidatorSet()
property XMLValidatorResponse as %Dictionary.Classname;
If the operation is interested in stopping based on the XML validation response, it can review XMLValidatorResponse results (of type HS.Util.XML.Validator)
Property methods: XMLValidatorResponseGet(), XMLValidatorResponseIsValid(), XMLValidatorResponseSet()
Methods
method OnMessage(pRequest As %Library.Persistent, Output pResponse As %Library.Persistent) as %Status
Inherited description: This is the default message handler. All request types not declared in the message map are delivered here
method SchemaErrorString() as %String
method ValidateMessage(pRequest="", pAction="", pType="")
Inherited Members
Inherited Properties
- %AlertStartTime
- %ConfigName
- %ConfigQueueName
- %LastActionTime
- %LastHandledTime
- %LastReportedError
- %QuitTask
- %RequestHeader
- %SessionId
- %SuperSession
- %WarnedLatest
- %isShadow
- Adapter
- AlertGroups
- AlertOnError
- AlertRetryGracePeriod
- ArchiveIO
- BusinessPartner
- DeferResponse
- DisableSSLCheckServerIdentity
- FailureTimeout
- IOLogEntry
- InactivityTimeout
- NoFailWhileDisconnected
- QueueCountAlert
- QueueWaitAlert
- ReplyCodeActions
- ResponseTimeout
- Retry
- RetryCount
- RetryInterval
- SAMLCreator
- SOAPCredentials
- SOAPVersion
- SSLConfiguration
- SendSAMLAssertion
- SendSuperSession
- ServiceName
- ServiceNameValue
- SuspendMessage
- TargetName
- ThrottleDelay
- TraceOperations
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnClose()
- %OnNew()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %SuperSessionSet()
- %ValidateObject()
- AdapterName()
- AddSAMLAssertions()
- AddSAMLAssertionsFromXUAConfig()
- AddSecurity()
- AssignOneSetting()
- BuildTraceRequest()
- CloseIOLogEntry()
- DeferResponse()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- GenerateSuperSession()
- GetDeferredResponseToken()
- GetMessageList()
- GetMsgHdrRequestKey()
- GetProductionSettingValue()
- GetProductionSettings()
- GetPropertyConnections()
- GetSettings()
- GetShadowInstance()
- HSTrace()
- IncludeSuperSession()
- InsertAttachements()
- InvokeWebService()
- MoveAttachments()
- NewIOLogEntry()
- OnError()
- OnFailureTimeout()
- OnGenerateSuperSession()
- OnGetConnections()
- OnGetReplyAction()
- OnInit()
- OnKeepalive()
- OnMonitor()
- OnProductionStart()
- OnProductionStop()
- OnSetAttachmentBody()
- OnTearDown()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- ValidateResponse()
- getAsyncSOAPClient()
- getAsyncWebRequest()
Subclasses
- HS.AU.HI.Consumer.Operations
- HS.AU.PCEHR.Consumer.Operations
- HS.HC.IHE.XDSb.Consumer.Operations
- HS.HC.IHE.XDSb.Registry.Operations
- HS.IHE.DSUB.Notification.Operations
- HS.IHE.DSUB.NotificationBroker.Operations
- HS.IHE.DSUB.Subscriber.Operations
- HS.IHE.PDQv3.Consumer.Operations
- HS.IHE.PIXv3.Consumer.Operations
- HS.IHE.PIXv3.Manager.Operations
- HS.IHE.PIXv3.Source.Operations
- HS.IHE.XCA.InitiatingGateway.Operations
- HS.IHE.XCA.RespondingGateway.Operations
- HS.IHE.XCPD.InitiatingGateway.Operations
- HS.IHE.XCPD.RespondingGateway.Operations
- HS.IHE.XDR.Source.Operations
- HS.IHE.XDSb.Administrator.Operations
- HS.IHE.XDSb.DocumentSource.Operations
- HS.IHE.XDSb.Repository.Operations
- HS.Util.SOAPClient.FileStreamOperations