Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 following tables list the members exposed by the WebServiceTaskUtil type.
Public Constructors
Name | Description | |
---|---|---|
WebServiceTaskUtil | Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CleanUp | Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method. |
![]() |
Equals | Overloaded. (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 | Gets an array that contains all the methods available in a service. |
![]() |
Invoke | Calls the specified Web method with the supplied parameters. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
WebServiceTaskUtil Class
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace