Page 1 of 1

Jade code to create tasks in Microsoft Exchange

Posted: Thu May 12, 2011 6:49 am
by bwycuff
Greetings,

Has anyone developed Jade code to insert calendar items and tasks into Microsoft Exchange server systems? This would include updates and deletions, of course...

Re: Jade code to create tasks in Microsoft Exchange

Posted: Thu May 12, 2011 8:41 am
by torrie
We haven't done tasks, but we are using the Web Service in Exchange 2010 to manage messages in public folders. There were some issues importing the WSDL from Exchange, I think because it references xsd files (now fixed in 6.3.06). We ended up coding the web serivces interface into a .Net DLL which we then imported into Jade.

The Exchange web service works well, you just need a user that can login with appropriate rights to the areas of Exchange that are needed.

See the Exchange service details here http://msdn.microsoft.com/en-us/library ... .140).aspx