Question

Can I work with the EWS of Exchange 2013 from Java? I found that the 2013 version of EWS doesn't is supported by the Java EWS API.

Était-ce utile?

La solution

The EWS API is a SOAP-based API, and therefore yes, you can use it from Java or any other language that lets you POST XML data over HTTP. The commercial JWebServices component mentioned in another answer is a library that wraps the SOAP calls for you into helper functions.

Microsoft's EWS Java library does appear to be updated infrequently, but it's free, so you get what you pay for I suppose.

Autres conseils

There is another API called JWebServices for Exchange.

Supports all new features in Exchange 2013

yes you can. ews-java-api is now open source and deployed to sonatype nexus

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top