Hello!
We have used Logic apps to make http request to our clients system and retrieve xml data from it.
Is it also possible to do on data factory?
Flow is like that:
Make http request --> request response body is xml data --> take that xml data and store it in blob storage as xml file.
Thanks!