RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetParamInternalName Method

Returns the name of the parameter that corresponds to a part on a message of an operation in a WSDL document.

Pascal
function GetParamInternalName(Info: PTypeInfo; const MethodName: string; const ExternalParamName: InvString): string;
C++
__fastcall AnsiString GetParamInternalName(PTypeInfo Info, const AnsiString MethodName, const InvString ExternalParamName);

GetParamInternalName returns the name of the method parameter that corresponds to a specified part. This is the parameter of a method on an invokable interface that is registered to correspond to a part that is defined in a WSDL document. The association between the parameter name and the part name is established by the RegisterExternalParamName method. 

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

MethodName is the name of the method on that invokable interface. 

ExternalParamName is the name of a part on one of the messages in the operation that corresponds to MethodName. GetParamInternalName returns the corresponding parameter name. 

 

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