Share via


WebServiceTaskUtil(Object, String) Constructor

Definition

Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download.

public:
 WebServiceTaskUtil(System::Object ^ connection, System::String ^ downloadedWSDL);
public WebServiceTaskUtil (object connection, string downloadedWSDL);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil : obj * string -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil
Public Sub New (connection As Object, downloadedWSDL As String)

Parameters

connection
Object

The HTTP connection.

downloadedWSDL
String

The fully-qualified path for WSDL file to be downloaded.

Remarks

This constructor initializes the utility with the HTTP connection and the fully-qualified path for Web Services Description Language (WSDL) file to be downloaded by HTTP connection manager.

Applies to