Parse XML on HTTP Request module

Hi,

I’m using “Http request” module to extract XML data through an API.
The problem I’m dealing with is that, the “Http request” module has an option to parse automatically the XML data, but it doesn’t seem to work and I have to add an extra “Parse XML” module.

And because I’m dealing with a high number of records, each “Parse XML” is doubling my operations consumed…

I think there are others points where I can optimize the number of operations but right now, I would like to avoid the “Parse XML” module.

Here is my “Http request” module, I tried to add the XML header (<?xml version=“1.0” encoding=“UTF-8”>) in the request field, but it doesn’t change anything.

Thanks for the help.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.