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!

OSB 12c - Space being returned in json response causes an error

User_2STL8Sep 4 2020 — edited Sep 9 2020

Hi Everyone,

I am calling a rest service from my osb business service using a Get operation, the response I am receiving is json and they are passing a space (" ") in one of the fields. I am trying to convert this from json to xml.

I am getting the following error message:

Native to XML nXSD translation failed for the nXSD ResponseTest/XSD/GetResponseTest : {err}FODC0002 [{bea-err}FODC0002a]: Error parsing input XML: java.io.IOException: Translation Failure.

Failed to translate JSON to XML. cannot normalize!

The incoming data does not conform to the NXSD schema. Please correct the problem.

I am using OSB 12c - 12.2.1.3

Any ideas on how to resolve this ?

This post has been answered by User_2STL8 on Sep 9 2020
Jump to Answer
Comments
Post Details
Added on Sep 4 2020
3 comments
1,770 views