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.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

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