Transaction 11 - Lock release
This unlocks the lock gathered in transaction 6.
iSync Request
<?xml version="1.0" encoding="UTF-8"?> <request version="1.0" id="A"> <transaction type="authorization" version="1" id="1778343209"> <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="lockrelease" version="1" id="1778343210"> <object entityid="11" resourceguid="F0BD5A18-00F1-1000-835D-00039388919E"> <attribute name="locktoken" value="[removed for brevity]" /> <attribute name="password" value="" /> </object> </transaction> </request>
Apple Response
<response version="1.0" id="A"> <transaction type="authorization" version="1.0" id="1778343209"> <object entityid="100" entitytype="7" entityname=".mac" resourceid="2667495" resourceguid="269548F8-00F0-1000-8981-00039388919E"> </object> <result> <attribute name="resultcode" value="0" /> <attribute name="resulttext" value="success" /> </result> </transaction> <transaction type="lockrelease" version="1.0" id="1778343210"> <object entityid="11" entityname="macintosh" resourceguid="F0BD5A18-00F1-1000-835D-00039388919E"> </object> <result> <attribute name="resultcode" value="0" /> <attribute name="resulttext" value="success" /> </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.