Soap.WSDLBind.IPortType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IPortType = interface(IDocumented)

C++

__interface  INTERFACE_UUID("{53334349-D65E-44A6-8FBA-3694418BA70A}") IPortType  : public IDocumented

Properties

Type Visibility Source Unit Parent
interface
class
public
Soap.WSDLBind.pas
Soap.WSDLBind.hpp
Soap.WSDLBind Soap.WSDLBind

Description

IPortType is an interface for the portType element in a WSDL document.

Use the IPortType interface to access the properties and methods specific for the portType element in a WSDL document.

See Also