RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetActionURIOfIID Method

Returns the SOAP Action header associated with the interface with a specified GUID.

Pascal
function GetActionURIOfIID(const AGUID: TGUID): string;
C++
__fastcall AnsiString GetActionURIOfIID(const TGUID AGUID);

Typically, applications do not need to call GetActionURIOfIID. This method is called by remote interfaced objects (THTTPRIO) when generating the SOAP Action header of messages that call a method on a registered interface. 

AGUID is the globally unique identifier (GUID) of the interface to call. The interface must be previously registered by a call to the RegisterInterface method. 

GetActionURIOfIID returns the string that should appear as the SOAP Action header on request messages to that interface. 

 

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