RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetSchemaNode Method

Returns the interface for the schema node that defines a type.

Pascal
function GetSchemaNode(const SchemaTns: WideString): IXMLNode;
C++
__fastcall IXMLNode GetSchemaNode(const BSTR SchemaTns);

Call GetSchemaNode to obtain information about a schema definition for a type that is defined in the WSDL document. 

SchemaTns is the target namespace of the schema definition for a type. 

GetSchemaNode returns the corresponding node. 

 

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