Using Parallel HttpClientConnection objects in SSIS

Published on Author Michael

In SSIS (SQL Server Integration Service) you often need to talk with web resources like WCF services. To do that you will generally define the connection using Connection Manager and HTTP. This sets up SSIS to communicate with the remote resource. To use the connection you normally use a script task to get the connection… Continue reading Using Parallel HttpClientConnection objects in SSIS