Client interface methods typically provide return values for ABL procedures and user-defined functions as follows:
Procedures (always). The result will either be the method return value or the first output parameter. If
Return ABL RETURN-VALUE is specified in ProxyGen, the result is the ABL
RETURN-VALUE. If
Return ABL RETURN-VALUE is not specified in ProxyGen, the result is a null string.