Is the conversion of array to XML or JSON with standard PHP or with Server Side scripting V8js or something else in Dreamfactory. Its currently a black box to me, so its difficult to know which path to take.
Preference is to not iterate arrays, or manually serialize to a string and force content type.
As @mimu mentioned in his post,“How to convert XML response of Remote web service to JSON”, I too would be interested in how to implement the following:
“From the 2.1 release notes:
XML to JSON content conversion now handles namespaces (i.e. singular namespaces are used to pull data into JSON format).”