WebServiceTaskUtil Constructor
Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
Public Sub New ( _
connection As Object, _
downloadedWSDL As String _
)
public WebServiceTaskUtil (
Object connection,
string downloadedWSDL
)
public:
WebServiceTaskUtil (
Object^ connection,
String^ downloadedWSDL
)
public WebServiceTaskUtil (
Object connection,
String downloadedWSDL
)
public function WebServiceTaskUtil (
connection : Object,
downloadedWSDL : String
)
Parameters
- connection
The HTTP connection.
- downloadedWSDL
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
WebServiceTaskUtil Class
WebServiceTaskUtil Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace