JDE REST Form Service Response Format
Hopefully this is the right place to ask this question. I am using JDE REST Form Service (/v2/formservice) to communicate with JDE 9.20. My REST request has all the needed parameters in proper JSON format, but I would like the response back in XML. The Oracle online documentation for the form service REST API seems to indicate that supported media types for the response can be either application/json or application/xml. In the returned response, I get back the data I am expecting, but it is always in JSON format. I have monitored the http traffic when making the request and