I'm new to using CHttpFile, I've never had to work with it before. Now I must write something that will post a query to a webservice and read the XML response.![]()
I have been given a URL that looks something like this:
http //someserver.itservices.internal.com/API/Transaction?TRANSACTION=NEW&NAME=HOST&REQUEST=Identify&ID=744033
I'm not certain how to proceed, if CHttpFile is even the way to go. I do have to do this in C++ and I am working in Visual Studio, but not with managed code. Any help would be greatly appreciated.
Thanks![]()
Keith


Reply With Quote