Skip to main content

%SOAP.RM.Policy

Implementation class for WS-ReliableMessaging Policy 1.1 in a web service configuration. WS-ReliableMessaging Policy 1.1 is supported (http://docs.oasis-open.org/ws-rx/wsrmp/v1.1/wsrmp.html). %SOAP.RM.Policy depends on the use of wsrmp as the internal prefix for WS-SecurityPolicy. See %SOAP.Policy methods GetNamespaceList, GetAssertionNamespace and GetAssertionPrefix. This class is used internally by Caché. 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. The alternative is stored as
   alternative("wsrmp:RMAssertion")=1
   alternative("wsrmp:Security")="" | "STR" | "Transport"
   alternative("wsrmp:DeliveryAssurance")="" | "ExactlyOnce" | "AtLeastOnce" | "AtMostOnce"
   alternative("wsrmp:InOrder")="" | 1
   alternative("wsrmp:OneWay")="" | 1
   alternative("wsrmp:Expires")=expiration date/time as xsd:duration
   alternative("wsrmp:InactivityTimeout")=Inactivity Timeout in seconds (server only)
   alternative("wsrmp:MaxRetryCount")=Maximum number of times to retry (client only)
   alternative("wsrmp:RetryInterval")=Interval to wait before retry in seconds (client only)
   alternative("wsrmp:Version")=WSD-ReliableMesssaging Policy version (1.0 or 1.1)

Parameters

parameter PREFIX = wsrmp;
Prefix for this type of policy

Inherited Members

Inherited Methods

FeedbackOpens in a new tab