Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article talks about webMethods support for Salesforce query operation and its limitations.
Query operation executes a query for a selected sObject and returns data that matches the specified criteria. The following predefined parameters are provided:
You can either provide a parameter value at run time or specify a default value in the Parameters tab. The value is given at run time always takes precedence over the default value. However, if the existing default value is of type fixed, overwrite will fail.
The response of query operation will always extract the number of records mentioned in the limit parameter, in case if the number of records is more than the limit, Salesforce will respond with queryLocator which is used to extract next set of records. By default, the batch size is defined as 500 by Salesforce and can be increased up to 2,000.