Help please. Exchange Version 6.5.7652.24 When I send this webdav xml to exchange server I get 500 Internal Server Error. I have no idea what is the problem. Any clue ? I'm lost. Error 'PROPPATCH 500 Internal Server Error https://webmail.mycompany.com/exchange/guser@mycompany.com/Kalendarz/AXACTIVITY_A00156682_107.EML' <?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>guser@mycompany.com</header:to> <mail:subject>This is test subject</mail:subject> <mail:textdescription>##----Begin Multiline message ##----End </mail:textdescription> <cal:location></cal:location> <cal:dtstart dt:dt="dateTime.tz">2008-03-06T12:30:00+01:00Z</cal:dtstart> <cal:dtend dt:dt="dateTime.tz">2008-03-06T15: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> <remove> <prop> <cal:reminderoffset/> </prop> </remove> </propertyupdate>
Take a look on the following articles: WebDAV Status Codes: 500s http://msdn2.microsoft.com/en-us/library/aa142871(EXCHG.65).aspx Fine-tuning and known issues when you use the Urlscan utility in an Exchange 2003 environment http://support.microsoft.com/kb/823175 Regards Anna
thanks, i did check these links, but my problem doesn't dissapear. I undestand that 500 code mean "something" but I don't know how to get information, what is the problem in details. Can it be stored in any log file I can't find ? I would be grateful for information where should/can I find information about internal error that is comunicated with this 500 error code. I'm pretty sure that XML send to Exchange Server is good. I send this XML to anothen server and this one process it without problem. But I can be wrong. Catastrophic pisze: > Take a look on the following articles: > > > > WebDAV Status Codes: 500s > > http://msdn2.microsoft.com/en-us/library/aa142871(EXCHG.65).aspx > > > > Fine-tuning and known issues when you use the Urlscan utility in an Exchange > 2003 environment > > http://support.microsoft.com/kb/823175 > > > > Regards > > > > Anna > >