I´m trying to integrate BO reports in my JSP web application. I´m using WI SDK. With
WIOutput webiOutput = webiDocument.getHTMLView(false)
I can view the reports except from the images contained in them.
When looking at the source code of the executed page I get:
<IMG SRC ="/wi/bin/nswi.dl!/cookie/wiqt/queryTechnique/ExtractHtml?sEntry=wi00000001&TS=1747653438&sPath=/Document/variacion_en_las_compras/g0000001.gif" WIDTH=204 HEIGHT=204>
as source of the image which could not be displayed. I do not know if there is a problem with the path.The WI Server is in another machine and the http server with HSAL Servlet in my own machine.
Could anybody help me. Thanks in advance.
WIOutput webiOutput = webiDocument.getHTMLView(false)
I can view the reports except from the images contained in them.
When looking at the source code of the executed page I get:
<IMG SRC ="/wi/bin/nswi.dl!/cookie/wiqt/queryTechnique/ExtractHtml?sEntry=wi00000001&TS=1747653438&sPath=/Document/variacion_en_las_compras/g0000001.gif" WIDTH=204 HEIGHT=204>
as source of the image which could not be displayed. I do not know if there is a problem with the path.The WI Server is in another machine and the http server with HSAL Servlet in my own machine.
Could anybody help me. Thanks in advance.