Skip to main content

%SOAP.Addressing.RelatesTo

Class %SOAP.Addressing.RelatesTo Extends %SOAP.Header [ System = 4 ]

WS-Addressing RelatesTo header.

Parameters

XMLFORMAT

Parameter XMLFORMAT = "literal";

Properties

RelatesTo

Property RelatesTo As %xsd.anyURI(XMLPROJECTION = "content");

RelationshipType

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

Default RelationshipType is "http://www.w3.org/2005/08/addressing/reply"

Methods

ReplyType

ClassMethod ReplyType() As %String [ CodeMode = expression ]

Predefined Reply value for RelationshipType attribute of RelatesTo

%OnNew

Method %OnNew(IRI As %String) As %Status [ Private, ProcedureBlock = 1, ServerOnly = 1 ]

Define RelatesTo with specified address and default RelationshipType.