Soap.WSDLItems.TWSDLItems.GetServices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetServices(ServiceNames: TDOMStrings; QualifiedNames: Boolean = False);

C++

void __fastcall GetServices(Soap::Wsdlintf::TDOMStrings* ServiceNames, bool QualifiedNames = false);

Properties

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

Description

Fills a list with the names of all services defined in the WSDL document.

Call GetServices to retrieve the names of all services defined in the WSDL document or any document that it imports. Each service is a collection of related ports.

ServiceNames is an existing TWideStrings object to which the names of all services are added.

QualifiedNames indicates whether the service names added to the list should be qualified using the target namespace prefix.

Note: GetServices does not clear the WideString list before adding the names of the services.

See Also