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