SSIS: Is there any use for “HTTP Connection Manager” other than web service task? -
03-31-2009
, 10:09 PM
Hi,
I am trying to find the right usage for “HTTP Connection Manager”. After
some research I found the following samples:
SSIS: Downloading a file over HTTP
http://sqljunkies.com/WebLog/ashvini.../25/15653.aspx
Fetch file from http (web) server using SSIS?...
http://www.sqlservercentral.com/Foru...384-148-1.aspx
Both samples rely on scripting to download a file from a HTTP url. However,
when it comes to scripting, .NET Framework has extensive support for HTTP
clients. So what is the point of HTTP Connection Manger in SSIS? Is there
any task (other than web service) that is able to use HTTP connection
manager?
Thank you, |