R12 E-Business Suite Integrated SOA Gateway REST Web Service Users Are Unable To Change A JSON Generated in Wrong Format With "key": { "@xsi:nil": "true" }
Last updated on JANUARY 02, 2018
Applies to:
Oracle E-Business Suite Integrated SOA Gateway - Version 12.1.3 to 12.2.7 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
E-Business Suite R12 Integrated SOA Gateway, Installation related issues
Users report they are unable to change JSON format.
For example testing shows the REST Web Service is generating the following JSON code:
Two aspects:
1. "DUE_DATE": "2017-07-22T00:00:00.000+09:00"
2. "DAYS_OVERDUE": {
"@xsi:nil": "true"
}
However Business implementation rules require the following:
1. In UTC Format: "DUE_DATE": "2017-07-22T00:00:00.000Z"
2. "DAYS_OVERDUE": null
Despite changes to the PL/SQL which generates the JSON code, the output does not change.
Consistently the JSON is representing attribute NULL values in below format:
"key": {
"@xsi:nil": "true"
}
The correct representation is:
"key": null
Cause
Sign In with your My Oracle Support account |
|
Don't have a My Oracle Support account? Click to get started |
My Oracle Support provides customers with access to over a
Million Knowledge Articles and hundreds of Community platforms