I need to find a way to make a call to a web service and receive a response from it within a PL/SQL procedure parse json and insert it into oracle table. Is that possible and what are the steps that i need to follow. I am using Oracle 12c. In other softwares like java and asp .net we can easily consume them .I am sure there should be a way in Oracle too.