Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Recursive JSON Structure parsing using RESTAdapter in 12.2.1

Tapan Sharma
Member Posts: 90 Red Ribbon
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