I am running a Java program in AIX doing WebDAV/http/xml to an Exchange 2000
server. The program creates a recurring event in the calendar.
If I run this app from Windows, everything looks, appears, and works fine.
Doing a Search on the Calendar with a time spread causes Exchange to expand
out the recurrances so that when I query to an occurrence, I can find it and
modify the occurrence if necessary.
However, if I run the same app with the same exact data from AIX something
is wrong. The event appears ok in Outlook but Outlook Web Access does not
display the event (it did for the Windows event). When I do a search to get
the occurrences expanded (the same search as in Windows) Exchange doesn't
expand the occurrences.
Is Exchange WebDAV support, source agnostic? Shouldn't it act the same
whether I'm sending a request from Windows, AIX, Linux, Solaris, or
wherever?
One thing I thought about is the AIX is big ndian and wondered if that has a
role in this. Do the name spaces in the xml have to be different? I'm using
some. I'm using some named properties with names spaces specified as
xmlns:t="http://schemas.microsoft.com/mapi/id/{00062008-0000-0000-C000-00000
0000046}/".
Thanks.