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!

XML to JSON conversion using NXSD

ShayGFeb 9 2015 — edited Feb 11 2015

So I'm trying to convert XML to JSON using NXSD.

No mater what I do I get

Failed to translate XML to JSON.

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

So what I did is to create two consequent nxsd transformation using the same schema,

one takes the desired JSON output and translates it to XML (and this one works perfectly and I get a well formed xml)

the next transformation is XML to JSON using the same schema and the xml output from the previous transformation and this one fails.

Oracle JDeveloper 12c - IMSUtilsApp.jws  GetTissuesForExperimentID.jpr  DOSBPROJECTSIMSUtilsAppGetTissuesForExperimentIDtestAjax.p.jpgOracle JDeveloper 12c - IMSUtilsApp.jws  GetTissuesForExperimentID.jpr_2.jpgOracle JDeveloper 12c - IMSUtilsApp.jws  GetTissuesForExperimentID.jpr  DOSBPROJECTSIMSUtilsAppGetTissuesForExperimentIDtestAjax.p_4.jpg

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2015
Added on Feb 9 2015
4 comments
11,365 views