Skip to content

Instantly share code, notes, and snippets.

@niczak
niczak / gist:2003485
Created March 8, 2012 21:14
PHP/SOAP and Microsoft Exchange
<?php
/*
test.php
Proof of concept testing to see if we can get
PHP/SOAP talking to EWS. Thanks to Thomas Rabaix
for his documentation on NTLM auth in SOAP and to
Erik Cederstrand for his article on SOAP/Exchange.