nmarus / node-ews

A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
MIT License
116 stars 52 forks source link

EWS: Could not find schema information for the element #6

Closed ervinfetic closed 8 years ago

ervinfetic commented 8 years ago

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 ...."

screen shot 2016-06-02 at 13 40 13

after this I found solution and I changed my request as on below image:

screen shot 2016-06-02 at 12 52 02

After I specified version of my Exchange service I got an error as you can see on image below:

screen shot 2016-06-02 at 12 41 25

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".

ervinfetic commented 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.