Class Reference
%SOAP.Addressing.EndpointReference
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [Addressing] >  [EndpointReference]
Private  Storage

class %SOAP.Addressing.EndpointReference extends %SOAP.Header

%SOAP.Addressing.EndpointReference represents a WS-Addressing Endpoint Reference.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3 4


Summary

Properties
%headerId Address Fault Metadata
ReferenceParameters XmlId actor mustUnderstand
role

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject Anonymous GetAnonymousEPR GetId
None XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType roleGet roleSet

Subclasses
%SOAP.Addressing.FaultTo %SOAP.Addressing.From %SOAP.Addressing.ReplyTo

Parameters

• parameter XMLFORMAT = "literal";
The XMLFORMAT parameter controls the generation of the XMLExport and XMLImport methods for XML enabled classes to include code for only literal or only encoded format. This allows the generated routines to be significantly smaller since usually both formats are not needed.
If XMLFORMAT="Literal", then only support for literal format import and export is generated.
If XMLFORMAT="Encoded", then only support for SOAP encoded format import and export is generated.
The default is to generate support for both literal and encoded format.
• parameter XMLIGNOREINVALIDTAG = 1;
Ignore extra elements.

Properties

• property Address as %xsd.anyURI [ Required ];
• property Metadata as %XML.String(MAXLEN="");
• property ReferenceParameters as %XML.String(MAXLEN="");

Methods

• classmethod Anonymous(namespace As %String) as %String
Some endpoints cannot be located with a meaningful IRI; this URI is used to allow such endpoints to send and receive messages. The precise meaning of this URI is defined by the binding of Addressing to a specific protocol and/or the context in which the EPR is used. This is the value for the ReplyTo header using request-response semantics.
• classmethod GetAnonymousEPR(namespace As %String) as %SOAP.Addressing.EndpointReference
Get an EPR for anonymous reference. This is the ddefault for ReplyTo.
• classmethod None() as %String
Messages sent to EPRs whose [address] is this value MUST be discarded (i.e. not sent). This URI is typically used in EPRs that designate a reply or fault endpoint to indicate that no reply or fault message should be sent.