SOAP API BIP call is returning different response in each call
Hi All,
We have created a Data model and a SOAP BIP API on top of it. When we hit the API it is responding with different number of records in each call. The records data is correct but the record count it different.
Example, if for one person, the response record count is actually 2, then some time the API call response with 2 records and on next hit, it only gives us 1 record.
I check the request SOAP XML in both the scenario, and it is exactly same, no difference. Can anyone tell what is the issue?