forked from KDAB/KDSoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
67 lines (52 loc) · 2.63 KB
/
README.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# <a name="title"></a> KD Soap [![Logo](https://github.com/KDAB/KDSoap/blob/master/images/kdsoap-medium.png)](http://www.kdab.com/products/kd-soap)
Introduction
============
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.
KD Soap targets C++ programmers who use Qt in their applications.
For more information, see http://www.kdab.com/kdab-products/kd-soap
Using KD Soap
=============
KD Soap requires Qt 4.7.0 or newer.
See INSTALL.txt or INSTALL-cmake.txt for installation instructions.
(Note that the qmake and CMake buildsystems are fully supported)
After reading the introductory overview files in doc/
you will find more information at three places:
detailed browsable API reference: doc/refman/index.html
or: http://docs.kdab.com/kdsoap
programmers manual with examples: doc/manual/kdsoap.pdf
our sorted example programs: examples/
Contact
=======
* Join our mailing list: https://mail.kdab.com/mailman/listinfo/kdsoap-interest
* See our official home page: http://www.kdab.com/products/kd-soap
* Visit us on GitHub: https://github.com/KDAB/KDSoap
Get Involved
============
KDAB will happily accept external contributions, but substantial
contributions will require a signed Copyright Assignment Agreement.
Contact [email protected] for more information.
Please submit your contributions or issue reports from our GitHub space at
https://github.com/KDAB/KDSoap
License
=======
KD Soap is (C) 2010-2016, 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.
please contact [email protected] if you are interested in buying commercial licenses.
About KDAB
==========
KD Soap is supported and maintained by Klarälvdalens Datakonsult AB (KDAB).
KDAB, the Qt experts, provide consulting and mentoring for developing
Qt applications from scratch and in porting from all popular and legacy
frameworks to Qt. We continue to help develop parts of Qt and are one
of the major contributors to the Qt Project. We can give advanced or
standard trainings anywhere around the globe.
Please visit http://www.kdab.com to meet the people who write code like this.
KD SOAP and the KD SOAP image are trademarks of Klarälvdalens Datakonsult AB.