cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Consuming C# service through VC++
Consuming C# service through VC++
Oct 8, 2012 at 1:30pm UTC
Tarun Batra
(72)
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.
Oct 8, 2012 at 3:40pm UTC
webJose
(2948)
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.