Closed ervinfetic closed 8 years ago
I solved this issue. There was a problem when my application is trying to install npm node-ews package. Application fetched all source except latest commit so I didn't have few lines for adding additional headers.
After I added manually these few lines everything is working very well.
When I was trying to execute "GetRoomLists", without adding additional headers, at first a got an error with the message "You forgot to specify Exchange version ...."
after this I found solution and I changed my request as on below image:
After I specified version of my Exchange service I got an error as you can see on image below:
Do you know anything about this issue and how to solve this?
I'm using this lib locally, and my Exchange2013 is installed on local server machine so my domain and username is something like "user@exch2013.local" and host is local ip address "192.168.50.192".