Transaction 9 - Contacts request take 2

This request seems to be paired with transaction 7 and indicates the changes made by the upload in transaction 8. But it appears to fail for some reason I don't understand at this point. My proxy may have modified the data somehow.

iSync Request

<?xml version="1.0" encoding="UTF-8"?> <request version="1.0" id="A"> <transaction type="authorization" version="1" id="1778343205"> <object entityname=".mac"> <attribute name="username" value="jebeke" /> <attribute name="type" value="token" /> <attribute name="token" value="[removed for brevity]" /> <attribute name="locktoken" value="[removed for brevity]" /> </object> </transaction> <transaction type="commit" version="1" id="1778343206"> <object entityname="CONT" resourceguid="73625329-D3B3-11D6-8260-0030655A2EF2"> <attribute name="storageconsumed" value="0" /> <attribute name="localversion" value="0" /> <attribute name="adds" value="129" /> <attribute name="updates" value="0" /> <attribute name="deletes" value="0" /> <attribute name="moves" value="0" /> <attribute name="renames" value="0" /> <attribute name="provider" value="1020" /> <attribute name="description" value="contacts" /> <attribute name="filter" value="1020" /> </object> </transaction> </request>

Apple Response

<response version="1.0" id="A"> <transaction type="authorization" version="1.0" id="1778343205"> <result> <attribute name="resultcode" value="5" /> <attribute name="resulttext" value="5 Invalid login" /> <attribute name="hostname" value="sync-mgmt04" /> <attribute name="timestamp" value="2002 10 29, 09:28:35 GMT" /> </result> </transaction> <transaction type="commit" version="1.0" id="1778343206"> <result> <attribute name="resultcode" value="-1" /> <attribute name="resulttext" value="Unable to complete due to previous errors" /> <attribute name="hostname" value="sync-mgmt04" /> <attribute name="timestamp" value="2002 10 29, 09:28:35 GMT" /> </result> </transaction> </response>

All of the XML has been formated for easy reading. The actual conversation had no line breaks in them. I also removed some long attributes and confidential data.