Skip to Main Content

ORDS, SODA & JSON in the Database

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!

How to enforce “accept” OR “ format” parameters in HTTP URL to enforce XML response from server than

Sangeeta PandeyNov 1 2020

I am always getting JSON response for my HTTP request to access one ORDS-Oracle Rest Data Services API:
image.png
However my requirement is to get XML response. I tried to choose XML from drop down list available at POSTMAN, however content is not changing to XML.
I need a way to specify parameter as part of HTTP URL so that response is XML than JSON and I tried to change URL like below:
image.png
However nothing is working and response is always JSON. Any suggestion?
Thanks,

This post has been answered by thatJeffSmith-Oracle on Nov 2 2020
Jump to Answer
Comments
Post Details
Added on Nov 1 2020
1 comment
337 views