Hi Mates,
We are using the Web Services SAAS connector and the authentication happens with one of the endpoints using user credentials where a cookie is generated.
Then when the session ID is created we can call the necessary endpoints with required parameters and it provides the necessary response.
I came across the below solution which is not working for me .
* Create 2 operations for each case
Ex - 2 Account aggregation task
First one will have the Authentication details
Second one will have the actual account aggregation parameters
The aggregation does get completed successfully with 0 accounts.
Please suggest me the ways to debug here as we do not have before/after rules to check for the responses.