Soap.SOAPHTTPTrans.THTTPReqResp.UDDIOperator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  UDDIOperator: string read FUDDIOperator write FUDDIOperator;

C++

__property System::UnicodeString UDDIOperator = {read=FUDDIOperator, write=FUDDIOperator};

Properties

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

Description

Indicates the URL of the UDDI registry to use for fail-over support.

UDDIOperator identifies the UDDI registry that was used to import the Web Service definition for the target interface. THTTPReqResp uses this registry to look up the Web Service definition that the UDDIBindingKey property identifies. UDDIOperator and UDDIBindingKey are used to implement fail-over support for Web Services that are imported using the UDDI browser.

See Also