Soap.SOAPHTTPClient.THTTPRIO.WSDLItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WSDLItems: TWSDLItems read FWSDLItems;

C++

__property Soap::Wsdlitems::TWSDLItems* WSDLItems = {read=FWSDLItems};

Properties

Type Visibility Source Unit Parent
property public
Soap.SOAPHTTPClient.pas
Soap.SOAPHTTPClient.hpp
Soap.SOAPHTTPClient THTTPRIO

Description

Provides access to the definitions in the WSDL file specified by WSDLLocation.

WSDLItems is a helper object whose methods return the definitions included in the WSDL file specified by WSDLLocation. Applications should not need to use this object. Rather, THTTPRIO uses this property to obtain information about how to connect to the Web Service application and how to encode request messages.

See Also