Soap.WSDLItems.TWSDLItems.GetPortTypeNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetPortTypeNode(const PortTypeName: DOMString): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetPortTypeNode(const System::UnicodeString PortTypeName);

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 port type defined in the WSDL document.

Call GetPortTypeNode to obtain information about a port type that is defined in the WSDL document or a document that it imports. Each port type corresponds to an interface that the Web Service application can execute.

PortTypeName is the name of the port type whose node is returned.

See Also