RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.WSDLItems Property

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

Pascal
property WSDLItems: TWSDLItems;
C++
__property TWSDLItems WSDLItems;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!