简体   繁体   中英

c++ thread-safe ssl-supported SOAP client

I am in need of a thread-safe SOAP client with SSL support with c++ support. I've used axis2 so far, but memory leaks related to SSL objects cause severe problems which I could not resolve completely and ran out of time for debugging.

Which client would you recommend? Preferably free, but commercial is ok as well.

Thank you

This question might well be of use:

A Good Library For Soap

I have used GSoap, and found it worked well, much lighter weight than axis, though some of the documentation was a bit unclear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM