Hello,
We have integrated PI 7.1 with SalesForce.com[SFDC]; but the limitation is SFDC sends only 1000 records when queried; to access more records we have to use queryMore() operation. But queryMore() has to make synchronous communication multiple times based on the response we receive each time during previous queryMore() operation. Is it possible in PI ?