Consuming C# service through VC++

I want to make a call to a web service that is written in C sharp through Visual C++ or C++ in Visual studio 2010.I searched on web but was not able to find any point to point document.It would be a great help if you will tell me.
If you are trying to consume using C++/CLI then post your questeion in the MSDN forums.

If you are trying to consume using unmanaged C++, read about WinINET or any other C/C++ library capable of posting an HTTP request.
Topic archived. No new replies allowed.