Since I could not find a better solution than this I tried using multiple HTTP transformers and merging the data together. But when I try to merge 2 XML files with both around 200 nodes/elements in each file it seems to crash Alumio for that call. When I use smaller files it works but that won’t work for us.
The files are not even that considerable large in bytes:
For example retrieving the “Released products v2.xml” and putting it in the document works fine, but when I try to merge (using a merge transformer + http transformer) a second file I get an time out with this error:
When I try to open this error to see details the screen is stuck on:
Even after a few hours this does not change.
Besides all these issues with merging the XML files, I still think it should not be the case that we need to use multiple HTTP Transformers to retrieve the same zip file over and over just to extract more than one XML file from the zip.


