Skip to main content

%SOAP.Addressing.MessageID

class %SOAP.Addressing.MessageID extends %SOAP.Header

WS-Addressing MessageID header.

Property Inventory

Parameters

parameter XMLFORMAT = literal;
Inherited description: 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.

Properties

property MessageID as %xsd.anyURI (XMLPROJECTION = "content");
Property methods: MessageIDDisplayToLogical(), MessageIDGet(), MessageIDIsValid(), MessageIDLogicalToDisplay(), MessageIDLogicalToOdbc(), MessageIDNormalize(), MessageIDSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab