Is there a way to call a webservice from C++ code (gcc - not MS)?
Asked
Active
Viewed 1,838 times
5
-
Related: http://stackoverflow.com/questions/450488/a-good-c-library-for-soap http://stackoverflow.com/questions/45086/c-and-soap http://stackoverflow.com/questions/66166/c-web-service-framework – Éric Malenfant Aug 06 '09 at 18:33
2 Answers
1
POCO Remoting is a commercial solution based on the open source POCO C++ Libraries.
Edit You might want to try Qt SOAP it is dual licensed commercial / LGPL.

Cristian Adam
- 4,749
- 22
- 19