Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.