I'm starting to develop a client webservice in C/C++. I don't know which library to use. I've read about Axis2C and gSoap. Any suggestion for developing a C/C++ SOAP webservice client? It seems that Axis2C is being discontinued.
Stay away from Axis2. Use gSOAP. If the web service is simple, you might also try wsdlpull as it's pretty lightweight.