Link to home
Start Free TrialLog in
Avatar of PaultheBroker
PaultheBrokerFlag for Afghanistan

asked on

How to batch save an XML file returned from an https GET request api

One the applications that we have has a handy http api, which when called will return an XML file.  

I need to call this API several times on a regular basis, passing different parameters through.  

What I am trying to do is to save the output into a file (ideally a single file which gets appended with each API call).  

I then upload the file into Access, where I report on the data (assume I can manage this part!!!)
ASKER CERTIFIED SOLUTION
Avatar of knightEknight
knightEknight
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PaultheBroker

ASKER

I'm using wget.exe - seems to working great!