Hi, I have problem with Exchange, and WebDav. I cant find any misatake with XML I send to Exchange server 2003. Here is XML, and when I send it then I get response 'PROPPATCH 500 Internal Server Error .......'. <?xml version="1.0" ?> <propertyupdate xmlns="DAV:" xmlns:e="http://schemas.microsoft.com/exchange/" xmlns:mapi="http://schemas.microsoft.com/mapi/" xmlns:mapit="http://schemas.microsoft.com/mapi/proptag/" xmlns:x="xml:" xmlns:cal="urn:schemas:calendar:" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:j="http://schemas.microsoft.com/repl/" xmlns:header="urn:schemas:mailheader:" xmlns:mapicontacts="http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-000000000046}/" xmlns:mail="urn:schemas:httpmail:"> - <set> - <prop> <contentclass>urn:content-classes:appointment</contentclass> <e:outlookmessageclass>IPM.Appointment</e:outlookmessageclass> <header:to>user@domain.com</header:to> <header:cc /> <mail:subject /> <mail:textdescription>description text here<cal:dtstart dt:dt="dateTime.tz">2008-02-08T10:30:00+01:00Z</cal:dtstart> <cal:dtend dt:dt="dateTime.tz">2008-02-08T11:00:00+01:00Z</cal:dtend> <cal:busystatus>BUSY</cal:busystatus> <cal:meetingstatus>CONFIRMED</cal:meetingstatus> <cal:responserequested dt:dt="boolean">1</cal:responserequested> <mapi:apptstateflags dt:dt="int">0</mapi:apptstateflags> <cal:alldayevent dt:dt="boolean">0</cal:alldayevent> <e:x-priority-long dt:dt="int">1</e:x-priority-long> <cal:instancetype dt:dt="int">0</cal:instancetype> <mapi:finvited dt:dt="boolean">1</mapi:finvited> </prop> </set> </propertyupdate> Help ;)
Marcin Krzyzanowski pisze: (..) > <mail:textdescription>description text here here is: <mail:textdescription>description text here</mail:textdescription> I just made mistake when copy&paste ;) the rest is