1. I have one very big xml
2. So i get it from from "ListFile" and "FetchFile" Processors
3. Then i query for some details for my initial processing using "EvaluateXQuery'
4. Then I do some REST calls , so i loose the xml data i had in content
5. Later in flow i need the same input xml data to process , for different purpose.
How can i have access to the xml data throughout the whole process, where I can query and get required data whenever needed.
Another Question:
Can i store it in Attribute and Use replace text. I have changed the JVM heap settings. Is it feasible for at least 100-200 Mb xml file size?
Please suggest a way to deal this problem?