
DISTRIBUTION NOTES

To install gSOAP, unpack the archive. You will get the following files:

README.txt	read this first
LICENSE.txt	licensing information
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
extras		contributed extras
import		#import-ed header files for soapcpp2 compiler
plugin		plug-ins for advanced features
custom		custom serializers for various data types
mod_gsoap	contributed Apache mod_gsoap, IIS, and WinInet support
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

All examples 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'.

