C++

Is there a possibility to implement SOAP communication with C++? There should be established toolkits or libraries which allow to implement such communication if one uses only Standard C++ including STL.

Taggings:

1 answer

use gSOAP

One possiblity is to use GSOAP which can generate appropriate C++ classes from WSDL (http://sourceforge.net/projects/gsoap2/)

Taggings: