1.1.6.2.2 Specifying the Reliable Messaging Policy File in the WSDF File
You must reference the WS-ReliableMessaging policy file at the <Servicegroup> level in the native WSDF file.
The following example shows how to reference the WS-ReliableMessaging policy file:
Example 1-19 Reference the WS-ReliableMessaging Policy At the Endpoint Level
<Definition ...>
<WSBinding ...>
<Servicegroup ...>
<Policy location=”RMPolicy.xml” />
<Service ... />
<Service ... />
...
</Servicegroup ...>
</WSBinding>
</Definition>
Note:
Reliable Messaging in SALT does not support process/system failure scenarios, which means SALT does not store the message in a persistent storage area. SALT works in a direct mode with the SOAP client. Usually, system failure recovery requires business logic synchronization between the client and server.Parent topic: Web Service Reliable Messaging