Soap.WSDLItems.TWSDLItems.GetServiceNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetServiceNode(const ServiceName: DOMString): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetServiceNode(const System::UnicodeString ServiceName);

Properties

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

Description

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

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.

See Also