Hi Mingho
Is there a way to remove the $skip,$top and $inlinecount parameters from the service call?
I looked at the code and I don't believe you can remove these parameters.
$top needs a value and it has to be greater than 0.
the default value is 100, you can control the value using the following command.
oModel.setSizeLimit(1000);
note: on the server side the OData producer eg Gateway may have a similar default pagesize for optimal server paging
hth
jsp