HS.Util.SOAPClient.FileStream
class HS.Util.SOAPClient.FileStream extends HS.Util.SOAPClient.Base
Specialied SOAP client that enables passing attachments as temp-files instead of binary global streamsMethod Inventory
Methods
method OnSetAttachmentBody(pAction As %String, pFrom As %Net.MIMEPart, pTo As HS.IHE.Common.Messages.MIMEAttachment) as %Status
override: copy attach body to temp file
operations may override this to base this decision off the SOAP action. For example, write-transactions may want to keep
using the Body stream, while read-transactions would use temp files to reduce DB size and journal activity
Inherited Members
Inherited Properties
- DisableSSLCheckServerIdentity
- ResponseTimeout
- SAMLCreator
- SOAPCredentials
- SOAPVersion
- SSLConfiguration
- SendSAMLAssertion
- ServiceName
- ServiceNameValue
- TargetName
- TraceOperations
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- AddSAMLAssertions()
- AddSAMLAssertionsFromXUAConfig()
- AddSecurity()
- BuildTraceRequest()
- HSTrace()
- InsertAttachements()
- InvokeWebService()
- MoveAttachments()
- OnInit()
- ValidateResponse()
- getAsyncSOAPClient()
- getAsyncWebRequest()