Класс WebServiceTaskUtil
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.
Иерархия наследования
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..WebServiceTaskUtil
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)
Синтаксис
'Декларация
Public Class WebServiceTaskUtil
'Применение
Dim instance As WebServiceTaskUtil
public class WebServiceTaskUtil
public ref class WebServiceTaskUtil
type WebServiceTaskUtil = class end
public class WebServiceTaskUtil
Тип WebServiceTaskUtil обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
WebServiceTaskUtil | Initializes a new instance of the WebServiceTaskUtil class, initializing the HTTP connection and Web Services Description Language (WSDL) file to download. |
В начало
Методы
Имя | Описание | |
---|---|---|
CleanUp | Releases all the resources used to parse the Web Services Description Language (WSDL) and invoke the Web method. | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetServices | Returns an array that contains all the services available in the Web Services Description Language (WSDL). | |
GetType | (Производный от Object.) | |
GetWebMethodInfos | Gets an array that contains all the methods available in a service. | |
Invoke | Calls the specified Web method with the supplied parameters. | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
The WebServiceTaskUtil provides the functionality to do the following:
Download the Web Services Description Language (WSDL) from a given URL.
Retrieve services, methods, and parameters information from the WSDL.
Create the proxy class and generate an assembly from the proxy class, which is required for invoking the Web method.
Invoke the requested Web method on the proxy class using reflection.
The user interfaces that are designed for a task can use this WebServiceTaskUtil for displaying the services, methods, and parameters.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.