Paul Gallo
02/06/2025, 7:18 PMDave Merrill
02/06/2025, 7:35 PMPaul Gallo
02/06/2025, 7:57 PMBK BK
02/10/2025, 1:15 PMpublic any function onRESTRequest(string cfcname, string method, struct args) {
var RESTResponse = invoke(arguments.cfcname, arguments.method , arguments.args);
return RESTResponse;
}
I am guessing that fitting cfsetting somewhere in there would be an answer.Paul Gallo
02/10/2025, 6:10 PMPaul Gallo
02/10/2025, 10:01 PMBK BK
02/15/2025, 3:23 PM