RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetPortTypeNode Method

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

Pascal
function GetPortTypeNode(const PortTypeName: WideString): IXMLNode;
C++
__fastcall IXMLNode GetPortTypeNode(const BSTR PortTypeName);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!