Fetch Fusion BIP Report data from Field Service Plugin
Summary:
We are developing a custom Fusion Field Service plugin that needs to display data from a Fusion BIP report.
Currently, we are able to retrieve the report data only through the SOAP API, as we have not been able to access the report data using the REST API. We attempted to invoke the SOAP service directly from the plugin, but are encountering CORS errors. We have also configured the relevant Fusion profile values for CORS, but the issue persists.
Could you advise on the recommended approach for accessing BIP report data from an FFS plugin? Is direct SOAP access supported, should REST be preferred where possible, or is Oracle Integration Cloud (OIC) required as an intermediary? Additionally, are there any known considerations or configurations needed to resolve CORS issues in this scenario?