RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.RegisterExternalMethName Method

Registers the correspondence between a method name on an invokable interface and the corresponding operation name in a WSDL document.

Pascal
procedure RegisterExternalMethName(Info: PTypeInfo; const InternalName: string; const ExternalName: InvString);
C++
__fastcall RegisterExternalMethName(PTypeInfo Info, const AnsiString InternalName, const InvString ExternalName);

Use RegisterExternalMethName to create an association between the name of an operation in a WSDL document and the corresponding method of the invokable interface that corresponds to that operation's port type. This allows the invokable interface to represent a port type that includes operations with names that are not legal in Object Pascal (for example, keywords). 

Info points to the type information of the invokable interface. 

InternalName is the name used for the method of the invokable interface that corresponds to the operation. 

ExternalName is the name of the operation that is defined in the WSDL document. 

 

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