Skip to content

KDSoap 2.2.0

Latest
Compare
Choose a tag to compare
@winterz winterz released this 09 Jan 16:21
· 10 commits to kdsoap-2.2 since this release

General:

  • buildsystem - Add co-installability of Qt5 and Qt6 headers back.
    Installs Qt6 headers into their own subdirectory so client code still works, but can be co-installed with Qt5 again.

Client-side:

  • Add KDSoapClientInterface::setMessageAddressingProperties() so that WS-Addressing support can be used with WSDL-generated services (issue #254)
  • Don't require a SOAP action in order to write addressing properties (also issue #254)

WSDL parser / code generator changes, applying to both client and server side:

  • Improve -import-path support by using the import path in more places in the code