我可以从 Java 使用 Microsoft Exchange 2013 API 吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21612829/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can I use the Microsoft Exchange 2013 API from Java?
提问by Rahnzo
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.
我可以从 Java 使用 Exchange 2013 的 EWS 吗?我发现 Java EWS API 不支持 2013 版的 EWS。
采纳答案by Brian Kelly
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.
EWS API 是基于 SOAP 的 API,因此是的,您可以从 Java 或任何其他允许您通过 HTTP POST XML 数据的语言使用它。另一个答案中提到的商业 JWebServices 组件是一个库,它将 SOAP 调用包装到辅助函数中。
Microsoft's EWS Java librarydoes appear to be updated infrequently, but it's free, so you get what you pay for I suppose.
微软的EWS Java 库似乎很少更新,但它是免费的,所以我想你一分钱一分货。
回答by MVPExchange401
There is another API called JWebServices for Exchange.
还有另一个名为JWebServices for Exchange 的API 。
Supports all new features in Exchange 2013
支持 Exchange 2013 中的所有新功能