Soap.SOAPHTTPTrans.THTTPReqResp.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.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Indicates the target interface method using a WSDL document.

WSDLView is a helper object that represents the WSDL file used to define the interfaces and protocols in the target Web Service application, as well as properties that indicate which is the target method call. It is used to generate the URL and SoapAction properties when importing definitions from a WSDL document.

See Also