I have a small CodeIgniter 2.1.0 application that uses PHP-EWS to connect to an Exchange 2007 server and return a set of calendar items.
It works great on my local MAMP development machine. When I deploy to my staging server for testing (Bluehost shared host), I get the following error:
PHP Fatal error: Uncaught exception 'EWS_Exception' with message 'SOAP client returned status of 401'
Any ideas?