Soap.WSDLItems.TWSDLItems.GetSchemas
Delphi
procedure GetSchemas(SchemaNames: TDOMStrings);
C++
void __fastcall GetSchemas(Soap::Wsdlintf::TDOMStrings* SchemaNames);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Soap.WSDLItems.pas Soap.WSDLItems.hpp |
Soap.WSDLItems | TWSDLItems |
Description
Fills a list with the namespaces for all schema definitions of types in the WSDL document.
Call GetSchemaTypes to retrieve the namespaces that correspond to schema definitions of types.
SchemaNames is an existing TWideStrings object to which the namespaces for the schema definitions are added.
Note: GetSchemas does not clear the WideString list before adding the namespaces of the schema definitions.