Skip to main content

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

Inherited Methods

Subclasses

FeedbackOpens in a new tab