Soap.OPToSOAPDomConv.TOPToSoapDomConvert.WSDLView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WSDLView: TWSDLView read FWSDLView write SetWSDLView;

C++

__property Soap::Wsdlnode::TWSDLView* WSDLView = {read=FWSDLView, write=SetWSDLView};

Properties

Type Visibility Source Unit Parent
property published
Soap.OPToSOAPDomConv.pas
Soap.OPToSOAPDomConv.hpp
Soap.OPToSOAPDomConv TOPToSoapDomConvert

Description

Provides access to information in a WSDL document that represents the SOAP request.

WSDLView represents information about the SOAP request when the application uses a WSDL document to define information about the interface. If the application does not use a WSDL document, WSDLView is nil (Delphi) or NULL (C++).

WSDL includes the parsed WSDL document, as well as properties to identify the target method call.