Activesync Status with a custom sync system
Hi,
I am developping my own sync system (middleware) for vTiger. That system is working very well with Microsoft Exchange and needs at least the protocol 12.1 to work. I was very positive making him work with Zextras, because the 12.1 seems also supported.
I have then plugged my system to it (on a demo Zimbra) and started the first sync. The folders into Calendar and Contacts have been created but it's not able to sync. I get as an answer the following XML :
Code:
<!DOCTYPE AirSync PUBLIC "-//AIRSYNC//DTD AirSync//EN" "http://www.microsoft.com/">
<Sync xmlns="http://synce.org/formats/airsync_wm5/airsync">
<Collections>
<Collection>
<Class>SMS</Class>
<SyncKey>c950631ccd384e139ce9d214d078f002/352/82/2</SyncKey>
<CollectionId>352</CollectionId>
<Status>1</Status>
<Responses>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
</Responses>
</Collection>
<Collection>
<Class>SMS</Class>
<SyncKey>c950631ccd384e139ce9d214d078f002/351/88/2</SyncKey>
<CollectionId>351</CollectionId>
<Status>1</Status>
<Responses>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
<Add>
<Status>5</Status>
</Add>
</Responses>
</Collection>
</Collections>
</Sync>
I have no idea why I get the status 5 when I try to "Add". Any idea from the techs ?
Thanks !