Exchange Web Services

to be honest it was my first time using Exchange

my task required that I intercept any new email that received by certain account

so I installed the active directory (my second time first time was in windows 2000 server and I install it by mistake)

then I go with Exchange 2007

good news : don’t use webDav as it will be depreciated

bad news: no bad news the 2007 SDK isn’t complete yet but not bad also and the community is still digging for the information about EWS or Exchange Web Services and my page file usage under win2003 R2 + SharePoint + Exchange = 2400 MB 🙁

however 🙂

I had a long day digging

I over come the SSL

and to remind my self and any reader to this

specify the URL correctly

esb.Url = @”http://ExchangeServer/EWS/exchange.asmx“;
my simple problem that took me day and half was that instead of refer to Exchange.asmx I refered to Services.wsdl

pretty stupidity from me

lol after testing on virtual machine and remotely to my home machine and spending more than 12 hours to get past HTTP 405 error

I discovered this

any way

bye bye for now 🙂

Leave a Reply

You must be logged in to post a comment.