Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

TRANSLATION-ERROR-01

edited Sep 25, 2019 12:59PM in Integration 2 comments

Content

Hi,

I have requirement like, I have to invoke two services and the outcome of the services need to combine and send as one response.

For Ex: Service 1 returns A & B. Service 2 returns X & Y. Expected result is A, B, X & Y

For that I have done

1. Define Trigger API and defined the combined response

2. Invoke Service 1 (Rest)

3. Invoke Service 2 (Rest)

4. Map the response of Service 1 & Service 2 in single mapping.

Now I got the below error:

{
  "type" : "10.5.3",
  "title" : "exception occurred while translating the response into the accepted media type.",
  "detail" : "oracle.cloud.connector.api.CloudInvocationException: ORABPEL-15236\n\n",
  "o:errorCode" : "TRANSLATION-ERROR-01",
  "o:errorDetails" : [ {
    "type" : "NA",
    "instance" : "NA",
    "title" : "NA",
    "o:errorPath" : "NA",
    "o:errorCode" : "NA"
  } ]
}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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