You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!