forked from KDAB/KDSoap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README-commercial.txt
35 lines (24 loc) · 1.21 KB
/
README-commercial.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
KD Soap is a Qt-based client-side SOAP and WSDL tool.
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-2013, Klaralvdalens Datakonsult. Licensed customers
receive the full source code of the application according to the terms
of the
KD Soap COMMERCIAL LICENSE AGREEMENT (non-US customers)
or the
KD Soap COMMERCIAL LICENSE AGREEMENT - US (US customers)
, respectively.
For terms of redistribution, refer to the license agreement.
KD Soap requires Qt 4.6.0 or newer.
Note: the use of the cookie jar requires Qt 4.7.0 or newer.
Note: large multithreaded kdsoap servers should use Qt 4.7.0 or newer.
To build KD Soap, run ./configure.sh (configure.bat on Windows) in the root of the KD Soap source
distribution. Then run make.
configure understands the -prefix <dir> command line option to specify an
installation prefix for KD Soap. This affects make install.
For more information, please refer to the KD Soap Programmer's
Manual.
With best regards,
the KDAB KD Soap team.