I am trying to implement a client side service which exchange data with exchange server, so i'm using gSoap library. However i want that any user can access their own mail data with their official mail credentials via my this client service.
I'm using wsdl file from https://outlook.office365.com/EWS/services.wsdl to get methods info from exchange server.
Q1. Does this wsdl file work for every exchange server, since my plan is that first i'm trying to authenticate user and then i'll use this wsdl for process operation on exchange server with ews. so is this right approach? if this is not then what would be your advice for this?
Q2. For gSoap can i use autodiscover and i found this https://msdn.microsoft.com/en-us/library/ee332364.aspx link for autodiscover, does can i use with gSoap? if yes then how(any help).
Believe me i have searched it on google many times but could not find specific answer.
Please help me, Thank you.