RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetServiceNode Method

Returns the interface for the node that describes a service defined in the WSDL document.

Pascal
function GetServiceNode(const ServiceName: DOMString): IXMLNode;
C++
__fastcall IXMLNode GetServiceNode(const DOMString ServiceName);

Call GetServiceNode to obtain information about a service that is defined in the WSDL document. A service is a collection of related ports. 

ServiceName is the name of the service whose node is returned. 

 

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