Question Consume Web Services

ArifMd

New member
Joined
Feb 26, 2021
Messages
1
Programming Experience
1-3
Hi Experts,

i was provided a webservice endpoint by one of our vendors . I need to consume this using C# or asp .net and write that json into oracle table. I am coming from oracle background and no idea on how asp or c# can resolve my issue. Is there any standard template which i can follow to get this done. Is basic knowledge of C# is enough to do this task.
 
Web services should be accessible even using just using `curl`, `wget`, or your web browser. If you can script something to get just use `curl` or `wget` to get data, then you can use the same script to insert into Oracle.
 
Back
Top Bottom