如何管理web api调用内容到文件?

时间:2014-04-15 15:12:44

标签: asp.net-web-api

我有一个webapi方法,它返回一个xmldocument。我想在批量cmd文件中执行我的webapi调用,并将该内容传递给文件,以便我可以将xml doc ftp发送给供应商。所以基本上我想做这样的事情:

 c:> http:\\localhost\api\GetDocument\counterparties > c:\counterparties.xml

感谢您的任何建议。

1 个答案:

答案 0 :(得分:0)

使用cURL,免费下载http://curl.haxx.se/download.html

C:>Curl http://localhost/api/...  > somefile.txt