Web Services in C and C++

mainstringargs picture mainstringargs · Jul 1, 2011 · Viewed 47.6k times · Source

I want to host web services in an existing C/C++ application. What is the best solution?

I would like a solution similar to what JAX-WS does for Java. Specifically revolving around SOAP requests.

Any personal experience with available solutions?

Answer

MK. picture MK. · Jul 1, 2011

As far as I understand the most popular free solution is gSOAP http://gsoap2.sourceforge.net/