Getting started with EWS Java API
As you know the EWS Java API, a java client library to access Exchange Web Services (EWS) - a SOAP-based API and you can use it from Java or any other language that lets you POST XML data over HTTP. The API works against Office 365 Exchange Online as well as on premises Exchange Server.
Recent update is that it’s available on GitHub as an open source project, ews-java-api and here is the official announcement for it. If you’re interested to use EWS API in your project, then you can get it started by looking at the following documentation and Mike’s post on this.
Comments
- Anonymous
September 05, 2014
Another good implementation of EWS API for Java - Anonymous
December 16, 2014
Does this support jdk 1.5? If not what version of EWS java API supports jdk 1.5? and where to download it?