Soap.WSDLNode.TWSDLView

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWSDLView

Delphi

TWSDLView = class(TComponent)

C++

class PASCALIMPLEMENTATION TWSDLView : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
Soap.WSDLNode.pas
Soap.WSDLNode.hpp
Soap.WSDLNode Soap.WSDLNode

Description

TWSDLView represents a specific binding and operation in a WSDL document.

TWSDLView is used by components that work with WSDL documents to represent a specific port and/or operation that is defined in a WSDL document. The WSDL property provides access to the WSDL document itself. The other properties give the names of the entities of interest that are defined within that document.

See Also