RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UDDIHelper.GetBindingkeyAccessPoint Function

Returns the URL for a Web Service as specified in a UDDI browser.

Pascal
function GetBindingkeyAccessPoint(const Operator: String; const key: String): String;
C++
AnsiString GetBindingkeyAccessPoint(const AnsiString Operator, const AnsiString key);

UDDIHelper

Use GetBindingkeyAccessPoint to fetch the URL for calling a Web Service from a specified UDDI registry. 

Operator is the URL of the UDDI registry from which to fetch the entry. You can obtain this value for a registered invokable interface by calling the invocation registry's GetUDDIInfo method. 

BindingKey is the unique identifier for the TModel that describes the Web Service for which you want the URL. 

GetBindingkeyAccessPoint returns the URL for the specified Web Service. This can be used to set the URL property of a THTTPRIO component. 

 

THTTPRIO 

TInvokableClassRegistry

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