I am trying to call to a web service using the Oracle UTL_HTTP package. The call is for HTTPS Post and include utl_http.set_wallet
.
when the DB try to execute a
req utl_http.req;
res utl_http.resp;
res := utl_http.get_response (req);
we get the Oracle error message:
ORA-29259 end-of-input-reached.
Thanks in advance