5

Is there a way to call a webservice from C++ code (gcc - not MS)?

Welbog
  • 59,154
  • 9
  • 110
  • 123
  • 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 Answers2

6

gSOAP is excellent :)

(Dont be fooled by the crappy looking website)

cwap
  • 11,087
  • 8
  • 47
  • 61
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