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: WideString): IXMLNode;
C++
__fastcall IXMLNode GetServiceNode(const BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!