%SOAP.WST.AbstractToken
Class %SOAP.WST.AbstractToken Extends (%RegisteredObject, %XML.Adaptor) [ System = 4 ]
Base abstract class for tokens used with WS-Trust 1.3.
This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class."
Parameters
XMLFORMAT
Parameter XMLFORMAT = "literal";
NAMESPACE
Parameter NAMESPACE = "http://docs.oasis-open.org/ws-sx/ws-trust/200512";
ELEMENTQUALIFIED
Parameter ELEMENTQUALIFIED = 1;
XMLPREFIX
Parameter XMLPREFIX = "wst";
XMLINCLUDEINGROUP
Parameter XMLINCLUDEINGROUP = 2;
Force any subclass into choice list. This usage of XMLINCLUDEINGROUP is only needed for classes in %XML and %SOAP packages.