2009/12/14 Wazzä <[email protected]>: > Hi Guys, > > I'm working on a project to talk to exchange 2007 via exchange web > services and have struck an issue with actioning an UpdateItem > request. (currently testing with Exchange 2007 and PHP version 5.2.6) > > The problem is that when trying to send the Update, the following > error is reported (even though the documentation states that Path > isn't a required attribute):
<snip> (Apologies for a reply to myself!) I've discovered a solution: use the types.xsd file that is part of the PHP-EWS project hosted at google (http://code.google.com/p/php-ews/) The reason this works as opposed to the version that I was using is that the author of the project above has gone through and "fixed" the abstract values to the actual values, hence the UpdateItems work. I'm off to dance a jig! Cheers all. -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
