forked from KDAB/KDSoap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
26 lines (18 loc) · 956 Bytes
/
README.txt
File metadata and controls
26 lines (18 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
KD Soap is a 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.
For a full description of KDSoap, see http://www.kdab.com/kdab-products/kd-soap/
KD Soap is (C) 2010-2014, Klaralvdalens Datakonsult AB, and is available
under the terms of:
* the LGPL (see LICENSE.LGPL.txt for details)
(except libkdsoap-server, see LICENSE.AGPL3-modified.txt)
* the GPL (see LICENSE.GPL.txt for details)
(except libkdsoap-server, see LICENSE.AGPL3-modified.txt)
* the KDAB commercial license, provided that you buy a license, see
http://www.kdab.com/kdab-products/prices/
KD Soap requires Qt 4.7.0 or newer.
See INSTALL.txt for installation instructions.
For more information, please refer to the KD Soap Programmer's Manual.
With best regards,
the KDAB KD Soap team.