Soap.WSDLNode.TWSDLView.PortType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PortType: string read FPortType write FPortType;

C++

__property System::UnicodeString PortType = {read=FPortType, write=FPortType};

Properties

Type Visibility Source Unit Parent
property published
Soap.WSDLNode.pas
Soap.WSDLNode.hpp
Soap.WSDLNode TWSDLView

Description

Specifies the target port type that is defined in the WSDL document.

Port is the name of a port type that is defined in the WSDL document identified by the WSDL property. A port type corresponds to an interface that the Web Service application implements.

The target method on that interface is identified by the Operation property. The address and protocols to use when calling this interface are identified by the Port property.

See Also