Soap.WSDLItems.TWSDLItems.GetSchemaNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetSchemaNode(const SchemaTns: DOMString) : IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetSchemaNode(const System::UnicodeString SchemaTns);

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

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

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.

See Also