WebServiceTaskUtil(Object, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.