kdsoap-2.2.0

Introduction to kdsoap

The kdsoap is Qt-based client-side and server-side SOAP component. It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.

This package is known to build and work properly using an LFS 12.1 platform.

Package Information

kdsoap Dependencies

Required

(Qt-5.15.12 or qt-alternate-5.15.12)

Installation of kdsoap

Install kdsoap by running the following commands:

mkdir build &&
cd    build &&

cmake -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/kdsoap-2.2.0 \
      .. &&
make

The package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: kdwsdl2cpp
Installed Libraries: libkdsoap.so and libkdsoap-server.so
Installed Directories: /usr/lib/cmake/KDSoap, /usr/share/doc/kdsoap-2.2.0, /usr/include/KDSoapClient. and /usr/include/KDSoapServer