serial class %SOAP.Security.Created
extends %SerialObject, %XML.Adaptor
Created element of UsernameToken for SOAP Security header.
This class is used internally by Caché. 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."
parameter NAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd";
NAMESPACE specifies the XML namespace to be used when projecting the
class to XML. if NAMESPACE - "", the default namespace is used for the XML schema
is used as the namespace for his class.
property content
as %String(CONTENT="escape",MAXLEN="",XMLPROJECTION="content");