Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created a basic REST service job that accepts a HTTP request and sends the results, found in a database, to a tRESTResponse
The tXMLMap only sets the columns at the right position
The results appear in a browser as expected except for this annoying message:
"This XML file does not appear to have any style information associated with it. The document tree is shown below."
I have looked in the settings of all the components included in the job but nothing helped
Even the last screenshot on https://help.talend.com/search/all?query=tRESTRequest&content-lang=en has the message.
Any suggestions on how to get rid of the message and replace it by "<?xml version="1.0" encoding="UTF-8"?>" at the beginning?
Or should we simply accept to live with it?
Thanks,