RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLView.PortType Property

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

Pascal
property PortType: string;
C++
__property AnsiString PortType;

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. 

 

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