i have received a web service from one of our vendors where he will be sharing the invoice information. i want to consume it using nodejs and write it onto oracle table ( i will be creating a staging table for this) and then using scheduler writing it to another , is my approach correct. How can i consume webservice and do this using node and oracle. Can anyone share the steps.