Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%SOAP.RM.IncompleteSequenceBehaviorType

datatype class %SOAP.RM.IncompleteSequenceBehaviorType extends %xsd.string

ODBC Type: VARCHAR

Enumeration used in CreateSequence in request body in WS-ReliableMessaging 1.2.

Parameters

parameter NAMESPACE = http://docs.oasis-open.org/ws-rx/wsrm/200702;
parameter VALUELIST = ,DiscardEntireSequence,DiscardFollowingFirstGap,NoDiscard;
Inherited description: Used for enumerated (multiple-choice) attributes. VALUELIST is either a null string ("") or a delimiter separated list (where the delimiter is the first character) of logical values. If a non-null value is present, then the attribute is restricted to values in the list, and the validation code simply checks to see if the value is in the list.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab