哪吒机器人提醒:

提醒:C++之dozb的程序人生
【标题】Using WinInet to call a Web service
【摘要】Using WinInet to call a Web service I am working on a MFC/C++ application, and need to call a Web service. I would like to avoid adding any dependency or use any other API (MSXML or SOAP Toolkit), and continue with my application's minimum requirements (which includes Internet Explorer 5.5 or above), and still write the Web service client code. In other words, can you please show me an example of using WinInet to call a Web service? Answer:Click here to download a sample console application that... (04-09 11:33)