I am trying to make synchronous service call from a SAP CAPM service via a Destination. I am using srv.send method to make synchronous service calls. The request gets executed fine when a single request is processed but when i try to call the same in a Loop inside a Promise the request fails with HTTP 500 Error.

