web services - How to dbms_output.put_line the UTL_HTTP.req object? -


i have scenario plsql package utl_http api being used make webservice calls global payment gateway api (gpi atlanta). goal certify against newly upgraded api.

it goes on other operations until hit particular operation used work fine until global decided upgrade end. since getting 'invalid login attempt' response operation.

i looking request payload idea going on. how print utl_http.req?

can give more details? invoking utl_http.get_response , it's returning "invalid login attempt"?

utl_http.req specs:

  type req record (     url                    varchar2(32767 byte), -- requested url     method                 varchar2(64),    -- requested method     http_version           varchar2(64),    -- requested http version     private_hndl           pls_integer      -- internal use   ); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -