http://qs321.pair.com?node_id=1140377


in reply to email exchange

You seem to imply that the module produces error in your code shown while calling Email::Folder::Exchange::EWS->new(). Is that correct?

Replies are listed 'Best First'.
Re^2: email exchange
by Sandy (Curate) on Aug 28, 2015 at 21:29 UTC
    Yes, it is the module that gives the error:

    After more and more fussing, (copying code from the module into a test file) I did manage to get an answer from the server.

    User authentication failed.

    But... I can login to what I think is the soap server for the exchange

    exchange.mydomain.com/EWS/Services.wsdl

    with my username

    username@domain

    and password.

    I tried changing the username in the code to

    domain/username

    and it still complained about unauthorized .

    I have been trying all sorts of combinations, and getting nowhere.

    I get the feeling I might be able to get this to work IF I can figure out the correct authentication. But I am stymied.