dynamic xml feed dataset BI Publisher 11g
i believe this has been asked before, but i have not seen any answer.
Parameter is not working in HTTP( XML FEED) dataset in bi publisher 11g
Hi,
I have used parameter in BI Publisher 10g for HTTP(XML Feed) dataset to have dynamic url which worked by using ${p_url} where p_url is the parameter.
The same procedure when I use in BI Publisher 11g is not working.It does not consider the parameter ${p_url} and throws the following exception
*oracle.xdo.dataengine.datasource.plugin.DataAccessException: java.lang.Exception: java.net.MalformedURLException: no protocol: ${p_url}*
Has anyone faced this issue?