How to connect to Microsoft Exchange Server using web services

Hi

I would like to use the web service nodes to connect to Microsoft Exchange Server. My problem is getting the authentication to work. The Microsoft documentation allows NTML authentication, but I don't know how this can be implemented in the KNIME REST Web Services nodes.

Is this posisble?

Thanks

David

 

According to the documentation of cxf (used in REST nodes) this should just work as KNIME uses Java8. I guess that works only with the logged-in user (or in the name of the user KNIME was started) as you cannot specify otherwise.