RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWSDLItems.GetWSDLDoc Method

Returns the IWSDLDocument interface for the WSDL document.

Pascal
function GetWSDLDoc: IWSDLDocument;
C++
__fastcall IWSDLDocument GetWSDLDoc();

GetWSDLDoc returns a IWSDLDocument interface, which supplies uninterpreted access to the definitions in the WSDL document. To access these definitions more easily, use the GetWSDLItems method, which returns a reference to the underlying TWSDLItems object. 

 

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