| Description: A tool that connect to a Microsoft Exchange datastore in SOAP message with the Exchange Web Service (EWS) extension to backup the data in a mysql database.- The tool connect in SSL with the OpenSSL extension.
- The tool was linked with mysql api & postgre api. Now on SQLite.
- The SOAP message is all done in native code, so no .Net Framework code. It allow my code to run in a win32 service and it imply that I am not using the Exchange Web Service API directly (like with a web service). All XML message within the SOAP answer is decoded manually.
- The current package come with xchsrv.exe (the main worker’s service) and xchbckup (the main gui to setup the backup) |