Page 1 of 1

Changing API URL to receive XML instead of JSON not working

Posted: January 3rd, 2023, 11:34 am
by CathyC
a client has a requirement to receive an API response in XML instead of JSON.

Changing the url to have XML instead of JSON works for the GetKey
image.png
but this doesnt work for the new api created:
image.png
the response is empty, but if changed to JSON, this does work and returns the expected response.
image.png
Is there another step we need to do for this to work with a newly created api?