The load scope attribute specifies the load scope for the target. The load scope in a web service target definition is similar to the transformation scope in a transformation.
You can set the load scope to the following values:
Transaction. When you set the load scope to transaction, the Integration Service generates a response when it receives all data in the transaction. All groups in the target must receive data from the same transaction generator.
All Input. When you set the load scope to All Input, the Integration Service generates a response after it receives all incoming data. Different groups in the target can receive data from different transaction generators. The Integration Service ignores commits when the load scope is All Input.
Default is transaction. For more information about the transformation scope, see the