views:

158

answers:

2

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

+6  A: 

gSOAP is excellent :)

(Dont be fooled by the crappy looking website)

cwap
Thanks, will look into it
A: 

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