Property | Description |
---|---|
Cache Size for Web Service Request (KB) | Memory available for the web service request. Default is 100 KB. If the request is more than 100 KB, you can increase the cache size. |
Cache Size for Web Service Response (KB) | Memory available for the web service response. If the web service response contains many rows or columns, you might want to increase the cache size. Default is 100 KB. |
Allow Input Flush | Allows the Web Service transformation to create the request or response when all the data is available for a group. If you do not enable this option, the Web Service transformation stores the data in memory and creates the request or response after it receives data for all the groups. Configure the mapping so that the transformation receives data that is sorted by group. |
Transaction Commit Control | Control to commit or roll back transactions based on the set of rows that pass through the transformation. Use the transaction commit control if you have a large amount of data and you want to control how it is processed. |
Transformation Scope | The method in which the mapping applies the transformation logic to incoming data. Select one of the following transformation scopes from the list:
Default is All Input. |
Optimize Transformation | Select to improve performance for processing records at run time. Default is disabled. |