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