You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if it is issue of ews-javascript-api or ews itself.
The customer has Exchange2019 and we tried to set exchange version to V2018_01_08.
We got error this:
Body: {__prefix: 's',Fault: {__prefix: 's',faultcode: 'a:ErrorInvalidRequest',faultstring: {'xml:lang': 'ru-RU',faultstring: 'The request is invalid.'},detail: {ResponseCode: 'ErrorInvalidRequest',Message: 'The request is invalid.'}}}
We found out that everything works fine if we set ExchangeVersion to Exchange2016.
I found a discussion on GitHub where there discussed a similar issue: ecederstrand/exchangelib#927
ews-javascript-api - v0.12.0
The text was updated successfully, but these errors were encountered:
this probably is the problem with exchange, if you are able to work with 2016, it should be used. any higher version number in the EWS does not provide any new feature as Microsoft has stopped working on them presumably.
this probably is the problem with exchange, if you are able to work with 2016, it should be used. any higher version number in the EWS does not provide any new feature as Microsoft has stopped working on them presumably.
I agree. I added this comment just to make this issue and solution findable here ))
Maybe it would be a good idea to put this into documentation as it's not obvious at all...
I am not sure if it is issue of ews-javascript-api or ews itself.
The customer has Exchange2019 and we tried to set exchange version to V2018_01_08.
We got error this:
The soap request was:
We found out that everything works fine if we set ExchangeVersion to Exchange2016.
I found a discussion on GitHub where there discussed a similar issue: ecederstrand/exchangelib#927
ews-javascript-api - v0.12.0
The text was updated successfully, but these errors were encountered: