Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Development
 HTTP Connection Manager
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (October 2008)
HTTP Connection Manager

An HTTP connection enables a package to access a Web server by using HTTP to send or receive files. The Web Service task that SQL Server Integration Services includes uses this connection manager.

When you add an HTTP connection manager to a package, Integration Services creates a connection manager that will resolve to an HTTP connection at run time, sets the connection manager properties, and adds the connection manager to the Connections collection on the package.

The ConnectionManagerType property of the connection manager is set to HTTP.

You can configure the HTTP connection manager the following ways:

  • Use credentials. If the connection manager uses credentials, its properties include the user name, password, and domain.
    ms137602.note(en-us,SQL.100).gifImportant:
    The HTTP connection manager supports only anonymous authentication and basic authentication. It does not support Windows authentication.

  • Use a client certificate. If the connection manager uses a client certificate, its properties include the certificate name.
  • Provide a time-out for connecting to the server and a chunk size for writing data.
  • Use a proxy server. The proxy server can also be configured to use credentials and to bypass the proxy server and use local addresses instead.

You can set properties through SSIS Designer or programmatically.

For more information about the properties that you can set in SSIS Designer, click one of the following topics:

For information about configuring a connection manager programmatically, see ConnectionManager and Adding Connections Programmatically.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker