I would like to make one service in which, After response I need to send 1st SCA and I need to take one value from its 1st SCA response and Send it as a header in 2nd SCA call.
Could you please help me on the.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more.
I would like to make one service in which, After response I need to send 1st SCA and I need to take one value from its 1st SCA response and Send it as a header in 2nd SCA call.
Could you please help me on the.
Hello Clea,
for SCAs inserted after the response, you don't have access to its SCA response. The SCA response is only available for "Before Simulated Response SCAs".
The only workaround here is to use a C# scripted rule and call the service from there via code (not via a SCA).
Regards
Karel