Getting the error 'ORA-31011: XML parsing failed' when calling the SAAS report through webservice
Summary:
I am getting the below error when calling the SAAS report through webservice call from my pl/sql procedure.
<?xml version='1.0' encoding='UTF-8'?><err><sqlerrm><![CDATA[ORA-31011: XML parsing failed]]></sqlerrm><response><![CDATA[<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center></center>
</body>
</html>
]]></response></err>
For the same request payload, When I am calling the SAAS report 1st time through web service, it is working fine but for the 2nd time, it is giving the above error.
I am using apex_web_service.make_request for SAAS report call.
Tagged:
0