Skip to content
haschibaschi edited this page Sep 8, 2011 · 12 revisions

WS Framework

As framework http://cxf.apache.org/ is used

Customization

In several places, there is the placeholder <host>. He needs to be replaced by the effective host.

Security

  • 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"

Ressources

Clone this wiki locally