Create a report based on a complex web service
I'm trying to create a report based on a web service :
1. Created a PL/SQL function (in a package) returning PL/SQL Table (return a list of employees ... name salary ....)
2. Wrapped this function into a Web Service uding JDeveloper
3. Go to BI Publisher and create a data model based on the WSDL of the web service created
4. Create a template for the report
5. Execute a report in interactive mode : The date are shown
Problem : When I send the output tu PDF or RTF or an other deliver (not interactive), there are no data shown on the report.
Could help please