Skip to main content

%SOAP.PolicyReference

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

PolicyReference from WS-Policy 1.5.

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://www.w3.org/ns/ws-policy";

ELEMENTQUALIFIED

Parameter ELEMENTQUALIFIED = 1;

Properties

URI

Property URI As %xsd.anyURI(XMLPROJECTION = "attribute") [ Required ];

Digest

Property Digest As %xsd.base64Binary(XMLPROJECTION = "attribute");

DigestAlgorithm

Property DigestAlgorithm As %xsd.anyURI(XMLPROJECTION = "attribute");