RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWSDLDocument.Definition Property

Provides access to the definitions contained in the WSDL document.

Pascal
property Definition: IDefinition;
C++
__property IDefinition Definition;

Definition is the IDefinition interface of the root node in the WSDL document. This interface is implemented by the node specified by DocumentElement. 

You can use the IDefinition interface to access the Bindings, Messages, PortTypes, Services, and Types defined in the WSDL document by reading properties of the same names. Alternately, you can use the methods of TWSDLItems. To obtain a TWSDLItems instance for this document, 

1.Cast this interface to IWSDLItems using the global Supports function (C++) or the inherited Supports method (C++). 

2.Use the GetWSDLItems method of that interface. 

 

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