My Oracle Support Banner

Translate Activity Is Sending Null Instead Of JSON Empty String (Doc ID 2597794.1)

Last updated on AUGUST 12, 2024

Applies to:

Oracle SOA Suite - Version 12.2.1.2.0 and later
Information in this document applies to any platform.

Symptoms

On : 12.2.1.2.0 version, Fabric

ACTUAL BEHAVIOR
---------------
Outcome of Translate Activity :
[{
"values": {
"First_Name": "Test_FirstName",
"Middle_Name": "Test_MiddleName",
"Last_Name": "Test_LastName",
"Title": "Test_Title",
"Birthdate": "2009-08-21",
"Gender": "Male",
"Email_Address": null

}
}]

EXPECTED BEHAVIOR
-----------------------
 send JSON empty string when xml element as empty value

{
"values": {
"First_Name": "Test_FirstName",
"Middle_Name": "Test_MiddleName",
"Last_Name": "Test_LastName",
"Title": "Test_Title",
"Birthdate": "2009-08-21",
"Gender": "Male",
"Email_Address": ""

}
}]




Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.