I am working on a project with IBM Natural Language Understanding.
When I POST to this endpoint, the service provides its output in JSON.
Since other Watson projects (Watson Explorer family) used to rely on XML technology, I was wondering whether it is possible to get the NLU output into a XML format.
I have tried to add the HTTP Accept Header: application/xml. But that returns
"error": "response not acceptable",
"code": 406