RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetMethInternalName Method

Returns the name of the method that corresponds to an operation in a WSDL document.

Pascal
function GetMethInternalName(Info: PTypeInfo; const MethodExtName: InvString): string;
C++
__fastcall AnsiString GetMethInternalName(PTypeInfo Info, const InvString MethodExtName);

GetMethInternalName returns the name of a method on a registered invokable interface that corresponds to a specified operation. The operation name comes from a WSDL document that describes the invokable interface and its methods. The association between the operation name and the method name is established by the RegisterExternalMethName method. 

Info is the type information pointer for the invokable interface that includes the method. 

MethodExtName is the name of the operation for which you want the corresponding method name. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!