forked from stoneyrh/gSOAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTES.txt
54 lines (43 loc) · 2.32 KB
/
NOTES.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
DISTRIBUTION NOTES
To install gSOAP, unpack the archive. You will get the following files:
README.txt read this first
LICENSE.txt licensing information, please read
INSTALL.txt installation instructions
NOTES.txt this file
license.pdf gSOAP public license (PDF), see LICENSE.txt
factsheet.pdf Quick overview of facts and features
The 'gsoap' folder contains essential source code for the run-time libraries:
stdsoap2.h header file for stdsoap2.c[pp]
stdsoap2.c C library with the gSOAP engine, this is the source for libgsoap
stdsoap2.cpp C++ library (functionality identical to stdsoap2.c)
dom.c C DOM parser
dom.cpp C++ DOM parser (functionality identical to dom.c)
and the following folders:
bin binaries of wsdl2h and soapcpp2 for Linux, Mac OS, and Windows
doc documentation, including the user guide
samples examples
import #import-ed header files for soapcpp2 compiler
plugin plug-ins for advanced features
custom custom serializers for various data types
mod_gsoap Apache mod_gsoap, IIS, and WinInet support
extras contributed extras
src soapcpp2 tool source files
wsdl wsdl2h tool source files for WSDL and XSD translation
WS WS-typemap.dat and WS-* protocol schemas for plug-in development
uddi2 UDDI v2
Palm Palm OS support
Symbian Symbian OS support
TandemNonStop Tandem NonStop OS support
VisualStudio2005 Build soapcpp2 and wsdl2h for MS VS platforms 2005 and up
The SOAP/XML client/server examples, XML-RPC, JSON, RSS, DOM parsing,
WS-Security, SOAP/XML auto-testing services, XML databindings, and other
examples of advanced features are available in the 'samples' subdirectory.
The 'gsoap_mod' directory includes Apache 1.x and 2.0 mods for gSOAP, IIS, and
WinInet support. WinInet allows gsoap to use the WinInet API instead of calls
to the socket API. The primary benefit of this arrangement is that "if IE
works, your program will work". There is no need to read proxy settings from
the registry, deal with proxy configuration scripts, etc. Changes in the
"Internet Options" dialog box will immediately take effect in your program.
Additionally, this will allow gsoap to handle forms of authentication not yet
supported natively, such as NTLM (Integrated Windows Authentication), etc.
Contributions are included in the 'extras' directory and 'mod_gsoap'.