Hi,
Strange situation, I have a service method like this
function CallPPSServiceMethod(AMethodName: String; const AArgs: array of TValue; launcher:string): string;
In uses in interface and interface implementation I have System.Rtti, compilation is ok but when the XData starting i have an error like this:
Cannot define action "CallPPSServiceMethod": Invalid type "TValue" for param "AArgs"
What is wrong, I can't use the TValue type inside the XData Rests?
Regards.