I'm dealing with a tRest Client retrieving data from a Web Service, in this case, I get a XML file with all those data. But, at the moment I want to read it, and transform it later to do other things, it can't escape some chars. Cases like & (&), > or < (>, <) are well transformed but this case , is not possible, not letting me to continue a proper data integration. My question is
Is it possible to retrieve the data from the Web Service with a filter or something else? I saw already some posts dealing with it after it, but not possible in my case.
Is it possible an intermediate step between the GET petition and the XML conversion?