Categories
Configure web service source to load data from Fusion BI Publisher

I receive an error when using Fusion BI Publisher as a web service source
java.lang.NullPointerException
Best Answer
-
Hi @user13125124,
The link you provided is for the FA / OTBI version of BI Publisher.
If you want to use an SSL certificate for the Web Serviceconnection, upload the SSL certificate in Upload Center before you define the connection to the data source. BIPublisher supports only the basic authentication. This does not support connection to Fusion Apps web services that require WSDL policies. The data returned from web service call should be valid XML format.
Regards,
John
0
Answers
-
Hi @user13125124 Please explain the issue a bit more. Are you trying to create an OAC DV connection of REST API type? If so, which is the webservice that you are trying to call?
0 -
Yes
I'm trying to connect to Fusion Cloud Erp BIP Report to create a custom integration with external data.
I did try with SOAP UI calling the same end point and it works!!
https://fa-erci-dev1-saasfaprod1.fa.ocs.oraclecloud.com:443/xmlpserver/services/ExternalReportWSSService
On OAC Web Service option data model execution gives
java.lang.NullPointerException
0 -
@user13125124 Please access BIP Administration page and navigate to Runtime Configuration → Properties and check if Webservice optimization is set to True.
0 -
Hi
I did try to configure Webservice optimization but no effect
0 -
Hi @user13125124,
Could you please mark the appropriate answer as "accepted" in this thread?
This will allow other forum users to benefit from this thread as it will showcase and highlight the pertinent and valid answers, thereby allowing for a faster problem solution for other users experiencing the same issues as yourself.
Thanks,
Namrata
0 -
Thanks John
I do not understand if I need to call WSDL service or REST API via HTTPS.
As I know REST API is not supported on FA Cloud so I need to go through WSDL.
Do you know how can I retrieve the ssl certificate from Fusion?
Why is the SOAP Client working? In this configuration I'm using basic auth.
Thanks
Lorenzo
0