1

I need to consume Exchange Web Services through Java Proxies generated by JAX-WS.

Can we connect to the Exchange server with Kerberos authentication?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Remo
  • 11
  • 4
  • http://stackoverflow.com/questions/1739921/are-there-any-api-to-integrate-microsoft-exchange-server-with-java-application-f –  Jul 22 '12 at 14:45

1 Answers1

0

Theres nothing specific to EWS in working with Kerberos. If you can call any web service with kerberos then you'll be able to call EWS.

Ivan G.
  • 5,027
  • 2
  • 37
  • 65