BI publisher web-service call when the report has a menu type parameter.
Dear community,
I am trying to call a BI publisher report that has a menu parameter type with a web-service call. In order to do this, I am using the code below to pass the values for the parameter type.
When I the parameter type p_exampple is menu type, the call fails with the error oracle.xdo.servlet.data.DataException: Invalid parameters requested. When I change the parameter type to text, it works fine. Any idea how I can call programmatically a BI Publisher report that has a parameter type "menu"?
ArrayOfParamNameValue arrayOfParamNameValue = new ArrayOfParamNameValue();
ParamNameValue paramNameValue = new ParamNameValue();