class %SOAP.IdHeader
extends %SOAP.Header
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
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
method GetId()
as %String
Return the value of the Id property.
Populate the Id property if it is not yet set.