We would like to have a way to override the record set
page size if we need to for a specific webservice.
i.e., in the config file we have it set to defaultPageSize
= 99999999999 (return everything)
We would like to a specific number for a given instance
of a Web Service.
It would then return to the defaultPageSize =
9999999999 for the next webservice call.