Jabea.net Rotating Header Image

Home

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)

Language: C/C++, WIN32 API.
Tool used: Microsoft Visual Studio Express 2010.
Current Version: 0.02.0
Tested with:

  • Exchange 2010
  • Exchange 2007.
  • Exchange 2007 SP1/SP2.