Hi everyone,
I created a PL/SQL procedure named getInfoUser(id IN NUMBER
), that call a GET method( which return 10 variables) of one particular RESTful Web Service, and i want to know how can i do, to return this 10 variables in my own procedure.
Thank you in advance for help.