Hi,
Our code is in production and we ran into some integration issue where the response from their party system is received as 500.
I can see the response in the logs as the code is already logging that info. I can see that the response was fetched in the groovy script using “connector.getVariableLocal(“response”)” and logged.
I want to debug further and check the request that was going out:
- Is the request also stored by default in the local variables ?
- Is there a way I can query the database to check the request in any variables ?
- Are the local variables for connector stored in act_hi_varinst or a different table ?
Thanks,
Hari.