Soap.WSDLItems.TWSDLItems.GetBindingForServicePort

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetBindingForServicePort(const ServiceName, PortName: DOMString): IQualifiedName;

C++

_di_IQualifiedName __fastcall GetBindingForServicePort(const System::UnicodeString ServiceName, const System::UnicodeString PortName);

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Returns the name of the binding associated with a specified service and port.

Call GetBindingForServicePort to retrieve the name of a binding that is associated with the specified service and port. The binding is defined in the WSDL document or another document that it imports. A binding identifies an encoding format (e.g. soap:rpc) and communications protocol (eg. HTML) that is available for a specific port type (interface).

ServiceName is the name of the service to which the desired binding belongs.

PortName is the name of a port within the specified service that uses the binding.

See Also