Scenario : My service calls another rest service multiple times based on a count. I am using event sink action in datapower
.
I am able to trigger the other service multiple times, and it responded back. But I'm not able to capture the response (JSON)
in the following XSL
Multiple context variables have been created:
var://context/URLOUTPUT_1, var://context/URLOUTPUT_2/
How do I extract the JSON response
from context variable.
The service I am calling is a rest service with JSON request and response
How can I extract JSON response
for each call after event-sink
? Where does the response JSON body
get stored?