How can I copy a file from the web in C/AL. For example I need to copy the http://www.webplace.com/myfile.xml from the web to local disk for further actions.
This way: create (xmlDoc); xmlDoc.async=false; if not(xmlDoc.load(location)) message(‘bla-bla-bla’); xmlDoc.Save(YourLocation); xmlDoc - ‘Microsoft XML, v3.0’.DOMDocument30