A java client library to access Exchange web services. The API works against Office 365 Exchange Online as well as on premises Exchange.
869
stars
560
forks
source link
ServiceRequestBase.processWebException should use getResponseErrorStream rather than getResponseStream #441
Open
mattguo opened 9 years ago
ews-java-api/src/main/java/microsoft/exchange/webservices/data/core/request/ServiceRequestBase.java, Ln 503
I guess we should replace the getResponseStream with getResponseErrorStream.