I have the following basic code which i use to post a plsql json request. The webservice getting executed doesnt have any response as it is simply for carrying out a certain tas
Now, I needed to change the line req := utl_http.begin_request(url, 'POST',' HTTP/1.1');
I did and worked: req := utl_http.begin_request(url, 'POST');
req := utl_http.begin_request(url, 'POST');