You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC: Getting oracle.cloud.connector.api.CloudInvocationException while invoking REST API

edited Oct 15, 2024 7:29AM in Integration 6 comments

We are using REST adapter to get some data using API. The endpoint for the API is working fine in postman but not in Oracle Integration Cloud (OIC) flow. We are using OIC Gen3 for the development and Bearer token is used for authorization for endpoint URL. The error received from integration flow is below:

{
"title" : "Internal Server Error",
"detail" : "",
"o:errorCode" : "",
"o:errorDetails" : [ {

"title" : "Not Found",
"o:errorCode" : "404",
"o:errorPath" : "<![CDATA[InboundJaxrsResponse{context=ClientResponse{method=POST, uri=<Endpoint>, status=404, reason=Not Found}}]]>",
"instance" : "<![CDATA[{\"code\":404,\"message\":\"Not Found\"}.The HTTP 404, 404 Not Found, and 404 error message is a Hypertext Transfer Protocol (HTTP) standard response code, in computer network communications, to indicate that the client was able to communicate with a given server, but the server could not find the resource that was requested. Carefully re-examine the target endpoint that is being called. ]]>"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!