When developing RESTful APIs, what is the main purpose of the RESTAsyncRequest node?
A.
Allows a REST request to be issued to a REST API and return control to the flow without waiting for a response
B.
Allows a REST operation request to be exposed asynchronously and return control to the client without waiting for a response
C Allows a REST operation request to be exposed asynchronously and return control to the flow without waiting for a response
C.
Allows a REST request to be issued to a SOAP API and return control to the flow without waiting for a response
The Answer Is:
A
This question includes an explanation.
Explanation:
You can use a RESTAsyncRequest node in a message flow to issue a REST request to an external REST API, and return control to the flow without waiting for a response. The response is received by a RESTAsyncResponse node, which can be in a separate message flow but must be in the same integration server. The nodes are used as a pair, and correlate responses against the original requests by using a unique identifier, which is specified on both nodes.