ActiveSync xml rule

myattorneynow

New Member
I am trying to develop a client to connect to Microsoft exchange server using Activesync protocol. Now I know how to make up Activesync HTTP header and how to transfer between xml and wbxml. But I still have no idea how to generate xml string accoding to Activesync command. Here is a example:For FolderSync command, here is the xml string generate for it: \[code\]<?xml version="1.0" encoding="utf-8"?> <FolderSync xmlns="FolderHierarchy:"><SyncKey>2</SyncKey></FolderSync>\[/code\]What's the rule? Anyone can help ?
 
Back
Top