Hi experts,
is there a way to directly embed a Design Studio application into a xhtml page (of a Java EE application with JSF/primefaces)?
Using just a link (h:outputLink or h:link) (e.g. http://<portal_server>:<portal_port>/irj/servlet/prt/portal/prtroot/com.sap.ip.bi.designstudio.nw.portal.ds?APPLICATION=<application-name>) works but embedding an application directly into a web page seems to be quite difficult.
I've already tried to add the page as html iframe(<iframe src="<url to design studio application>" ... >). The deployed application shows the SAP Netweaver loggin screen in Internet Explorer. But if I enter username and password for the design studio application, the application starts loading, the loading sign is flickering and never leaves this loading status. It seems as, if the browser tries to load the iframe again and again. Do I have to use some special settings or metadata for the iframe to make it work?
Any kind of help is highly appreciated!
Regards