BI Publisher SOAP calls - want csv output (defaults to xml)
Using BI Publisher SOAP calls to create data model and report. Using the scheduleservice method to call the report due to filesize. Output returns in xml format. I would like to have the output generated in csv (not xml) due to the Oracle table size and xml is too large. ie) XML report is 2.5GB but if I manually run and create output type as CSV it's only 140mb. Need help with the proper syntax to use with this SOAP call to default the report output to CSV (vs xml default).