REST Adapter array issue on ICS
Summary
REST Adapter array issue on ICSContent
Hi All,
I am having issues while creating an single element array in ICS through Rest Adapter. I have a REST service (Oracle EPM Cloud) which I am trying to invoke using Rest Adapter in Oracle ICS. Service expects a JSON which has only 1 element enclosed in an array.
Since Rest Adapter converts to JSON from xml internally, it is complaning that in order to create an array it xml should have multiple elements of the same type. If I create multiple elements then JSON becomes invalid for EPM cloud service as it expects single element to be enclosed in an array.
1