Handling Null value in the mapping
Description
If we pass null value to target system we got the below translation error. We need OOB function to handle this.
{ "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" } ] }
Use Case and Business Need
Some third party (Customer) API does not support null value. We need some function to avoid to send null value to target system
Original Idea Number: d9cb17ad53
Tagged:
6