RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetServices Method

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

Pascal
procedure GetServices(ServiceNames: TDOMStrings; QualifiedNames: Boolean = False);
C++
__fastcall GetServices(TDOMStrings ServiceNames, Boolean QualifiedNames = False);

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.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!