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 ?