SOAPLOG README
===============

The SoapLog database (SoapLog.nsf) and the SoapLog DSAPI filter (soaplog.dll) are copyright 2006, nsftools

The database and the program are provided "as-is", and should be used at your own risk. I make no express or implied warranty about anything, and I will not be responsible or liable for any damage caused by the use or misuse of the database or the program. I make no guarantees.

The program and database are currently unsupported but free for personal and development use. The DSAPI filter itself is Windows-only.

PLEASE NOTE: I do NOT recommend running this on a production server. This tool is for testing and debugging, not for normal production use.


HISTORY
========
version 1.0.4 - November 6, 2006
* Added file attachments to SoapLog documents, containing the entire text of the SOAP transactions (not just the first 32,000 bytes of the request and response, as is recorded on the SoapLog documents).
* Along with the file attachments, there are now three new Notes.ini variables you can set: SOAPLOG_KEEP_LOGFILE_OPEN, SOAPLOG_NO_LOGFILE, and SOAPLOG_TEMPDIR. These variables are explained in the "Using This Database" document of the SoapLog database that was shipped with this release.


version 1.0.3
Internal release. Never published. Mostly just internal code changes and playing around.


version 1.0.2 - October 21, 2006
* changed Visual Studio compiler option to remove dependency on MSVCR80.DLL, which was not present on default Windows 2000 installations (this made the final soaplog.dll file grow from 14.5 KB to 74.5 KB)


version 1.0.1 - October 20, 2006
* Minor changes in compiler settings, based on C-API documentation recommendations
* Minor modifications to a few internal functions to improve their memory usage


version 1.0 - October 1, 2006
Initial release


============================================

Julian Robichaux
http://www.nsftools.com


