TRANSLATION-ERROR-01
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"
} ]
}
Tagged:
1