Hi all.
I have created a Xcelsius using a query Bex as web service using the Data Management using Query as a Web Service. It runs ok, inside the Xcelsius I have create an object with a hyperlink to call a Report of Crystal Reports. I have used the syntax
http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?sType=wid&iDocID=<id>
but with this syntax, when click on the hyperlink, the system ask again for the user and password (the Xcelsius is executed in the infoview, so, I have enter the user and password in the infoview logon.)
If I use the syntax
http://<server>:<port>/CrystalReports/viewrpt.cwr?id=<id>&apsuser=<user>&apspassword=<password>&apsauthtype=secEnterprise
I have no way to get the user and password introduced in the logging screen of the infoview.
How can I call the Report of Crystal Reports using the user logged in the infoview?
Thanks.