Can I use the Microsoft Exchange 2013 API from Java?

非 Y 不嫁゛ 提交于 2019-12-12 13:06:56

问题


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.


回答1:


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.




回答2:


There is another API called JWebServices for Exchange.

Supports all new features in Exchange 2013




回答3:


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



来源:https://stackoverflow.com/questions/21612829/can-i-use-the-microsoft-exchange-2013-api-from-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!