Hi friends,
Im in obiee 11.1.1.9.5, im trying to invoke an http request in OBI inorder to download the results according to the parameter that i pass in the URL.
My URL is below
http://remco.biapps.com:9704/Application11-ViewController-context-root/jersey/{year}
Where i have deployed my above REST PUT webservice in WLS server
If i pass year as 2009 then the records related to that year will download
http://remco.biapps.com:9704/Application11-ViewController-context-root/jersey/2009
If i copy and past the above url in the browser and if i pass the value like 2009 above then the results for 2009 will download in Excel.
My requirement is i need to invoke the above http request in obiee, so i selected http request and gave the above URL in it like below and saved the action

On Executing im getting the below message and download is not happening for my value 2012

Not sure what could be issue, as my url is working fine in the browser level if i give directly. Not sure why the problem arise if i invoke through OBI.
Kindly help me with ur suggestions.
Thanks in advance.
Regards,
Saro