views:

162

answers:

1

I have successfully used the HtmlViewService in the OBIEE Web Services SOAP API to pull back HTML for an Answers report (using C#/ASP.NET). For some reason, they are using an iframe to call the SOAP API and return the bulk content of the report (I was hoping to just get the raw HTML, but I'll save the grief for another day). Anyways, when I write the HTML to a file and then try and load up the report, I get an "Access is Denied" error because of the iframe call. I have also tried loading up the report through the browser on the same machine as the OBIEE Server. Does anyone know why I am getting this error? Thanks.

A: 

Josh,

I'm facing the same problem. Would you mind sharing your solution?

dnorthut
http://forums.oracle.com/forums/message.jspa?messageID=4472555#4472555My code is posted there... you have to create an httphandler and then reference it by using the setBridge method in the api. Let me know if I can help.
Josh