-
Notifications
You must be signed in to change notification settings - Fork 2
ews api
haschibaschi edited this page Sep 8, 2011
·
12 revisions
As framework http://cxf.apache.org/ is used
In several places, there is the placeholder <host>. He needs to be replaced by the effective host.
- the exchange webservice client can use NTLM or Digest for the security
This is what is in the http-header:
Authorization: NTLM
Authorization: Digest username="test", realm="Digest"
- Configuring cxf for ssl: SSL Support
- cxf https client example: http://stackoverflow.com/questions/2803951/cxf-https-client-example
- setting the keystore on cxf: http://www.quendor.org/2009/01/tale-of-java-security-and-cxf_7787.html
- Adding X.509 security headers to Apache CXF SOAP calls: http://www.jroller.com/gmazza/entry/cxf_x509_profile