Soap.SOAPHTTPTrans.THTTPReqResp.UDDIBindingKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UDDIBindingKey: string read FUDDIBindingKey write FUDDIBindingKey;

C++

__property System::UnicodeString UDDIBindingKey = {read=FUDDIBindingKey, write=FUDDIBindingKey};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

Indicates the binding key of a UDDI entry to use for fail-over support.

UDDIBindingKey identifies the binding key for the Web Service TModel the defines the target interface. This key is used to look up the Web Service definition in the UDDI registry that the UDDIOperator property identifies. UDDIBindingKey and UDDIOperator are used to implement fail-over support for Web Services that are imported using the UDDI browser.

See Also