%SOAP.Header
class %SOAP.Header extends %Library.RegisteredObject, %XML.Adaptor
Super class for all SOAP headersProperty Inventory
Method Inventory
Parameters
parameter OUTPUTTYPEATTRIBUTE;
OUTPUTTYPEATTRIBUTE allows the programmer to force the xsi:type attribute to be included
in all elements of a SOAP message which is a web client request or web service response.
If specified, this parameter overrides the OUTPUTTYPEATTRIBUTE of the client or service.
Properties
property %headerId as %String);
Header may have a wsu:Id attribute
Property methods: %headerIdDisplayToLogical(), %headerIdGet(), %headerIdIsValid(), %headerIdLogicalToDisplay(), %headerIdLogicalToOdbc(), %headerIdNormalize(), %headerIdSet()
property Fault as %SOAP.Fault (XMLPROJECTION = "none");
Fault which is to be returned by web service based on error importing the header.
Property methods: FaultGet(), FaultGetSwizzled(), FaultIsValid(), FaultNewObject(), FaultSet()
property XmlId as %String);
The xml:id attribute to be added to the header element when writing a SOAP message.
Usually wsu:Id will be used, but in certain cases xml:id is needed.
Property methods: XmlIdDisplayToLogical(), XmlIdGet(), XmlIdIsValid(), XmlIdLogicalToDisplay(), XmlIdLogicalToOdbc(), XmlIdNormalize(), XmlIdSet()
property actor as %String (XMLPROJECTION = "none");
SOAP 1.1 uses actor.
Property methods: actorDisplayToLogical(), actorGet(), actorIsValid(), actorLogicalToDisplay(), actorLogicalToOdbc(), actorNormalize(), actorSet()
property mustUnderstand as %Integer (XMLPROJECTION = "none");
Property methods: mustUnderstandDisplayToLogical(), mustUnderstandGet(), mustUnderstandIsValid(), mustUnderstandLogicalToDisplay(), mustUnderstandNormalize(), mustUnderstandSet(), mustUnderstandXSDToLogical()
property role as %String (XMLPROJECTION = "none") [ Calculated ];
SOAP 1.2 uses role instead of actor.
Property methods: roleDisplayToLogical(), roleIsValid(), roleLogicalToDisplay(), roleLogicalToOdbc(), roleNormalize()
Methods
method GetId() as %String
Return the value of the Id property.
Populate the Id property if it is not yet set.
Inherited Members
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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Subclasses
- %DeepSee.XMLA.BeginSessionHeader
- %DeepSee.XMLA.EndSessionHeader
- %SOAP.Addressing.Action
- %SOAP.Addressing.EndpointReference
- %SOAP.Addressing.MessageID
- %SOAP.Addressing.RelatesTo
- %SOAP.Addressing.To
- %SOAP.IdHeader
- %SOAP.RM.AckRequested
- %SOAP.RM.Sequence
- %SOAP.RM.SequenceAcknowledgement
- %SOAP.RM.SequenceFault
- %SOAP.RM.UsesSequenceSSL
- %SOAP.RM.UsesSequenceSTR
- %SOAP.Security.Header
- %SOAP.SessionHeader