Need Help Displaying BI Publisher XML Report via SOAP in Fusion Page (No OIC/IDCS)
I’m trying to show a BI Publisher report on a custom page inside Fusion Apps. Here’s what I’ve done so far-
I created a BI Publisher report and set it to “No Template”, so I get the raw XML output.
I enabled it as a Web Service, so I have the WSDL and can trigger the SOAP call.
When I run the SOAP request, I get a 200 OK and the response contains reportBytes (which I believe is the XML output, base64 encoded).
Now I’m not sure how to move forward from here. I want to use display this report data on a custom page in fusion.