Hi,
In the main workflow, I am calling a webservice and sending the xml response to a file. How do I parse the xml response in the same workflow?

I am able to open this xml response file in another workflow, parse the data and write the output in an excel file.

I want to make it as a macro and call it from the main workflow. The web service can send the request with one shipper info only. So, I have an input file with many shipper information and I need to call the web service one at a time in the main workflow, then call this macro to parse the response and append the parsed data to the output file.
I have done a similar use case where I output the response from the API to a string. Here, I can call the macro to parse the data etc.
In this case, I am sending the response to a file. If I call the parsing macro after the download tool in the main workflow, it doesn't recognize the input stream. (Tool #3: The field "ENTITIES_OuterXML" is missing. Compare the tool configuration with the input stream.)
Thanks,
Priya.