Skip to Content
0
May 28, 2018 at 02:21 PM

Call a local proxy from another proxy using javascript in SAP API

217 Views Last edit May 28, 2018 at 03:50 PM 2 rev

We are trying to use a for loop & call a local proxy in java script of another proxy. We have followed few blogs & coded as below:

localGet = httpClient.get("https://<host>:<port>/services/data/v42.0/get/query");

localGet.waitForComplete();

print(localGet.getResponse().content.asJSON);

But this isn't working, the call is not happening at all.

Requesting experts to kindly guide us on this issue.

Thanks & Regards,