Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Built-In Services | Summary of Elements for the WmAS4 Package | wm.ip.estd.as4.util.retry:cancelRetry
 
wm.ip.estd.as4.util.retry:cancelRetry
Cancels the Retry that is scheduled for a given user message.
Usually, when Retry is enabled and either the user message fails to be sent or no receipt is received for the user message, the module tries to resend the user message after a configured time interval. The cancelRetry service cancels retrying to send the user message.
Input Parameters
msgId
String. The message ID of the user message whose retry needs to be cancelled. If the user message is split into fragments, specifying the message ID of the user message will cancel all retries of all the fragments of the user message.
Output Parameters
taskCancelled
String. The status of the cancellation. When taskCancelled is true, retry was cancelled successfully. When taskCancelled is false, retry was not cancelled successfully.