When attempting to run a data model in Oracle Transactional Business Intelligence (OTBI) that utilizes an HTTP dataset, an error occurs indicating that no response is returned from the HTTP request. This issue prevents the data model from executing successfully and triggering the necessary data. This is POST method HTTP request but not getting any response.
1. I have setted up the data source connection as follows:
server - https://xxxx.xxx.ocp.oraclecloud.com
port - 443
server protocol - https
realm - ic/api/integration/v1/flows/rest/reports/1.0/
Username - XXXX
password - XXXX
2. At Data model level -
URL suffix - /ic/api/integration/v1/flows/rest/reports/1.0/
Data source - from list
Method - POST
Parameter - As per POST method
I am getting error like this while running the data model - HTTP Process error, no response returned
can you please help me to figure it out.
Note: I have checked endpoints with POSTMAN, working as expected.
Thanks,
Vaibhav