Skip to main content

%SOAP.WST.Target

Class %SOAP.WST.Target Extends (%RegisteredObject, %XML.Adaptor) [ System = 4 ]

Target as specified in various WS-Trust 1.3 properties. Only one of the properties in this class should be specified. A choice is represented by 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";

Properties

token

Property token As %SOAP.WST.AbstractToken(XMLREF = 1, XMLTYPECONSTRAINT = "choice");

SecurityTokenReference

Property SecurityTokenReference As %SOAP.Security.SecurityTokenReference(REFNAMESPACE = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd", XMLREF = 1);

EndpointReference

Property EndpointReference As %SOAP.Addressing.EndpointReference(REFNAMESPACE = "http://www.w3.org/2005/08/addressing", XMLREF = 1);