I have dummy web service with URI =http://localhost/IO_100_Service.svc/xml?id={id} which return data in XML format
I want to call this service using WINInet APi in VC++.Can anybody help me how to use contruct “HttpSendRequest” method to add header and data to call this service .
I have dummy web service with URI =http://localhost/IO_100_Service.svc/xml?id={id} which return data in XML format
Share
Here is a sample code you should be able to modify to your needs. I tested it with VS2005 using command line template project.