RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLDocument.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 (a TWSDLDocument descendant) to access those definitions. 

 

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