Share via


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
Public method 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
Public method CleanUp() Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetServices() Returns an array that contains all the services available in the Web Services Description Language (WSDL).
Public method GetType() (Inherited from Object.)
Public method GetWebMethodInfos(String) Gets an array that contains all the methods available in a service.
Public method Invoke(DTSWebMethodInfo, String, Object, VariableDispenser) Calls the specified Web method with the supplied parameters.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top