C# Web Services, Lead query with two sets of criteria
I have an App I am sending a query to a web service (using v1.0 of the Siebel Web Services) for On Demand. I am sending two sets of criteria in an array of Lead. I'm doing it this way because I want to query where the date fields are empty OR the salesperson is null.
We're not using v2.0 of the webservices because I currently have an open SR regarding an issue, so it's not an option at this time.
If I run each set of criteria separately I get the expected results for each (37 without dates, 109 without salesperson). When I submit them in the same call I only get 100 records and the LastPage flag is set to true.