hi,
I have installed 2 Microsoft Exchange Server 2010 and want to achieve Federation between these 2 servers using our Application service.
On both the Microsoft Exchange Server, i have configured some users which are able to login to Outlook client.
Now from one Exhange Server domain, for example abc.com, i send a User Availability request for a user in Second Exchange Server domain, say xvz.com
This request is going via our Application service which simply authenticates that 2 Exchange servers can federate and then send a User availability request via Tomcat to the Exchange server. Exchange is rejecting the request with 401 response.
Logs are like :-
Sep 11, 2013 2:41:54 PM org.apache.http.impl.client.AuthenticationStrategyImpl select
WARNING: Authentication scheme negotiate not supported
HttpsOut | baec | v1.2 | <<<<< INCOMING RESPONSE <<<<<
HttpsOut | baec | v1.2 | Date: Wed Sep 11 14:41:54 IST 2013
HttpsOut | baec | v1.2 | Response From: https://mail.ad.ucfed.com/ews/exchange.asmx
HttpsOut | baec | v1.2 | Response Code: 401
HttpsOut | baec | v1.2 | Response Content:
HttpsOut | baec | v1.2 | >>>>> OUTGOING RESPONSE >>>>>
HttpsOut | baec | v1.2 | Date: Wed Sep 11 14:41:54 IST 2013
HttpsOut | baec | v1.2 | Response To: 172.21.183.49
HttpsOut | baec | v1.2 | Response Content:
HttpsOut | baec | v1.2 |
Can you please help me to debug the issue. I am new to the MS Exchange configuration.