Skip to Main Content

How can i get the return variables of GET method in PL/SQL procedure

Soukaina IDRISSIFeb 15 2018 — edited Feb 24 2018

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.

This post has been answered by Pavel_p on Feb 21 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Mar 22 2018
Added on Feb 15 2018
23 comments
2,068 views