I have been looking at the Ice/BO/DynamicQuery.svc and have been to get the result of a BAQ, and I want to also using paging on the results. I have had a look around but cannot seen any previous question explaining how to call BAQ using SOAP.
I am not sure which method to use? I can see methods which return an empty dataset and the most likely method looks
like “GetList”
GetList(DynamicQuery.DynamicQueryTableset queryDS, DynamicQuery.QueryExecutionTableset executionParams, int pageSize, int absolutePage, out bool hasMorePage)
But I so not see where I specify the BAQ name to execute and not sure how to call.