Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Arabic data coming as junk data in the JSON Response payload

3070369Nov 13 2015 — edited Nov 17 2015

I am using Jdeveloper 12c,Rest Adapter JSON (Request,Response)

I need to get Arabic data in the JSON Response payload, but it is coming as some junk data.

"ADFCAAIRSContactThinBC_ADFCAAIRSGetAccounts" : [ {

"@IsPrimaryMVG" : "N",

"ADFCAAIRSAccountType" : "Clinic",

"ADFCAAIRSArabicName" : "محمد ال عليللخضروات وال�واكه الطازجه",


Expected is

<tns:ADFCAAIRSContactThinBC_ADFCAAIRSGetAccounts IsPrimaryMVG="Y">

<tns:ADFCAAIRSAccountType>

Clinic

</tns:ADFCAAIRSAccountType>

<tns:ADFCAAIRSArabicName>

محمد ال علي للخضروات و الفواكه الطازجه

</tns:ADFCAAIRSArabicName>

<tns:ADFCAAIRSEmirates>

Abu Dhabi

</tns:ADFCAAIRSEmirates>

<tns:ADFCAAIRSEnglishName>

Al Yahar Vet Clinic

</tns:ADFCAAIRSEnglishName>

<tns:ADFCAAIRSRegion>

Al Ain

</tns:ADFCAAIRSRegion>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 15 2015
Added on Nov 13 2015
5 comments
1,648 views