Soap.InvokeRegistry.TInvokableClassRegistry.GetMethInternalName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  GetMethInternalName(Info: PTypeInfo; const MethodExtName: InvString): string;

C++

System::UnicodeString __fastcall GetMethInternalName(System::Typinfo::PTypeInfo Info, const System::UnicodeString MethodExtName);

Propriétés

Type Visibilité  Source Unité  Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvokableClassRegistry

Description

Renvoie le nom de la méthode qui correspond à une opération dans un document WSDL.

GetMethInternalName renvoie le nom d'une méthode sur une interface invocable recensée qui correspond à une opération spécifiée. Le nom de l'opération provient d'un document WSDL qui décrit l'interface invocable et ses méthodes. L'association entre le nom de l'opération et le nom de la méthode est établie par la méthode RegisterExternalMethName.

Info correspond au pointeur d'informations de type de l'interface invocable qui inclut la méthode.

MethodExtName est le nom de l'opération dont vous voulez le nom de la méthode correspondante.

Voir aussi