RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOPToSoapDomConvert.WSDLView Property

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

Pascal
property WSDLView: TWSDLView;
C++
__property TWSDLView WSDLView;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!