Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RA-29273: HTTP request failed

Dennies JohnMar 25 2018 — edited Mar 25 2018

Dear all,

I have a problem while working with uttl_http

DECLARE

l_http_request    UTL_HTTP.req;

begin

l_http_request := UTL_HTTP.begin_request ('http://vora-wspam3.manpower.gov.kw:8182/Service.asmx', 'POST', 'HTTP/1.1');

END;

and the error is

RA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1130

ORA-12541: TNS:no listener

ORA-06512: at line 4

29273. 00000 -  "HTTP request failed"

*Cause:    The UTL_HTTP package failed to execute the HTTP request.

*Action:   Use get_detailed_sqlerrm to check the detailed error message.

           Fix the error and retry the HTTP request.

Can anyone help.

Regards

Dennis

This post has been answered by Dennies John on Mar 25 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 22 2018
Added on Mar 25 2018
1 comment
711 views