%SOAP.IdHeader
Class %SOAP.IdHeader Extends %SOAP.Header [ Deprecated, System = 3 ]
Deprecated since now all headers may have wsu:Id attribute. Contents of this class added to %SOAP.Header Super class for all SOAP headers which have a wsu:Id attribute
Properties
Id
Property Id As %String(MAXLEN = "", REFNAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd", XMLPROJECTION = "XATTRIBUTE", XMLREF = 1);
Header may have a wsu:Id attribute
Methods
GetId
Method GetId() As %String
Return the value of the Id property. Populate the Id property if it is not yet set.