Unable to call SOAP Services from AppUI
Content (required):
We are trying to call SOAP service from an AppUI similar to the approach mentioned here for VBCS (https://www.ateam-oracle.com/post/calling-soap-services-from-visual-builder and https://blogs.oracle.com/post/how-to-display-a-bi-publisher-report-in-visual-builder-without-an-iframe).
But we observed that when we set the Auth to 'Oracle Cloud Account
' the bearer token is not being sent in the request and hence we get 401.
To debug more. here are few more observations,
- Since its a SOAP service we are likely to face CORS issues if the domains are different. As expected from VB Studio's Service connection editor when we test, we get CORS error. But on Preview the application runs from the SaaS domain and hence we do not get CORS error. The call goes through.
Tagged:
0