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!

Recursive JSON Structure parsing using RESTAdapter in 12.2.1

Tapan SharmaJun 21 2019

Hi,

We use RESTAdapter for the JSON based REST services and it parses the same to produce the same to populate the Context variable body of OSB.

In one of my current scenario, we are getting recursive schema in the Input JSON request.

While using RESTAdapter is removes some of the elements when populating body variable.

Here, i make a workaround by making the REST as untyped and using Java Callout to convert the recursive JSON input to XML and then started my work.

If there any way to deal with the same without using Java.

Regards,

Tapan

Comments
Post Details
Added on Jun 21 2019
0 comments
228 views