cancel
Showing results for 
Search instead for 
Did you mean: 

Repeat Sending Messages

former_member343107
Participant
0 Kudos

Hi All,

I need to create an asynchronous scenario. XI should repeatedly send a SOAP message to an endpoint until that endpoint correctly receives that message. If there's no response, or the response is "HTTP 500", or the SOAP response contains "SOAP Fault" element, XI should resend the message. How can I do this?

Thanks a lot, Jerome

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

Using IntegratioN engine configuration, retry option, you can try for some extent i.e some no of times to retry...

SXMB_AMD--->click on Specific Configuration. Add an entry for category TUNING parameter IS_RETRY_LIMIT with a value some 10/20 etc.

i.e the Integration Engine will attempt 10/20 retries for delivery.

If you want to handle error, using BPM, you can try.. then Send Step with Ack will be in a loop.. Based on the Result, it should come out from the loop..

Just -

Hope this helps,

REgards,

Moorthy

former_member343107
Participant
0 Kudos

Thanks a lot for the explanation!

Best Regards

Jerome

Answers (0)