You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* C++17 is now required. Qt-5.15 is still supported, in addition to the latest Qt6 versions.
* KDSoap now looks for Qt6 by default, rather than Qt5. If your Qt5 build broke, pass -DKDSoap_QT6=OFF to CMake.
Client-side:
============
*
Server-side:
============
* To avoid mixing up raw-xml requests in the same server object (#288), KDSoap now creates a server object for each incoming connection.
Make sure your server object is ready to be created multiple times (this was already a requirement when enabling multi-threading with setThreadPool()).