RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvokableClassRegistry.GetWSDLEncoding Method (PTypeInfo)

Returns the encoding attribute of the xml header of a document that defines the port type to which the interface corresponds.

Pascal
function GetWSDLEncoding(Info: PTypeInfo; const Namespace: string; const InternalIntfName: string): InvString; overload;
function GetWSDLEncoding(Info: PTypeInfo; const Namespace: string): InvString; overload;
function GetWSDLEncoding(Info: PTypeInfo): InvString; overload;
C++
__fastcall InvString GetWSDLEncoding(PTypeInfo Info, const AnsiString Namespace, const AnsiString InternalIntfName);
__fastcall InvString GetWSDLEncoding(PTypeInfo Info, const AnsiString Namespace);
__fastcall InvString GetWSDLEncoding(PTypeInfo Info);

GetWSDLEncoding returns the encoding attribute, if any, that is registered with the interface by a call to the RegisterInterface method. The encoding attribute is an attribute of the xml header of a WSDL document, and describes the character set that should be used with all the elements that the document defines. 

Info points to the type information of the registered interface. 

Namespace specifies the namespace that was registered for the interface by the RegisterInterface method. It can be an empty string. 

InternalIntfName is the name of the interface (which may differ from the port type to which it corresponds). 

 

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