WebServiceTaskUtil Members
Include Protected Members
Include Inherited Members
Accesses and invokes the Web services. This class is used by both the Microsoft.SqlServer.Dts.Tasks.WebServiceTask and its user interface as a reusable library of functions.
The WebServiceTaskUtil type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebServiceTaskUtil(Object, String) | Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CleanUp() | Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetServices() | Returns an array that contains all the services available in the Web Services Description Language (WSDL). |
![]() |
GetType() | (Inherited from Object.) |
![]() |
GetWebMethodInfos(String) | Gets an array that contains all the methods available in a service. |
![]() |
Invoke(DTSWebMethodInfo, String, Object, VariableDispenser) | Calls the specified Web method with the supplied parameters. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top