Unable to catch errors from REST API Adapter
Summary
Integration stops at the REST AdapterContent
So I am trying to use this REST Adapter which makes a POST request. I configured the adapter to accept the response from the endpoint. The endpoint sends a response whether the POST was successful or not. I have defined the response JSON in the adapter.
However, the integration fails to capture the response and ends the integration when it encounters an error from the API. My integration runs in a loop and hits the API on each iteration. It's designed to take the response regardless of error and success and keep looping through. But it never moves beyond the failure and stops the loop and ends integration upon failure. It does not even enter the fault handler for that API.
Tagged:
0