hi,
i have a problem with oracle apex version 4.2 and oracle database 11g
i create a webservice REST method : POST with the procedure
begin
proc_xx(:x_a,:x_g);
end;
x_a is string
x_g is refcursor
when i create parameter x_g, i can not set parameter type as RESULTSET
thank you.