2

I'm currently investigating accessing Exchange Web Services (EWS) through SOAP (see e.g. this prior question), but there also is a recommended EWS Managed API.

Would it be possible to use that API from a Win32 Delphi-XE2 app? I see people using the API from e.g. PHP with tools like PHP-EWS so it looks possible from other languages than C#, but where would I start using Delphi?

Community
  • 1
  • 1
Jan Doggen
  • 8,799
  • 13
  • 70
  • 144
  • The PHP-EWS page says about this tool that "It handles the NTLM authentication required to use the SOAP services (...)" so it looks like PHP-EWS is not using the managed API – mjn Oct 26 '12 at 10:04
  • The Managed API is nothing more than a friendly wrapper around the SOAP API, so in the end it still is SOAP - I would avoid that extra layer... – whosrdaddy Oct 26 '12 at 10:09
  • Delphi supports SOAP. You start by using the WSDL import features in Delphi. Which you tried to do, and found that WSDL import features do not support ALL services equally well. So it appears that EWS is one of the ones that it doesn't support. – Warren P Oct 27 '12 at 23:22

0 Answers0