Home | History | Annotate | Download | only in dm12
      1 <SyncML xmlns="SYNCML:SYNCML1.2">
      2   <SyncHdr>
      3   <VerDTD>1.2</VerDTD> 
      4   <VerProto>DM/1.2</VerProto> 
      5   <SessionID>18629</SessionID> 
      6   <MsgID>1</MsgID> 
      7   <Target>
      8   <LocURI>000000011234564</LocURI> 
      9   </Target>
     10   <Source>
     11   <LocURI>http://10.72.35.166/Manage</LocURI> 
     12   </Source>
     13   <RespURI>http://10.72.35.166/Scts?YDjHAA==</RespURI> 
     14   <Cred>
     15   <Meta>
     16   <Format xmlns="syncml:metinf">b64</Format> 
     17   <Type xmlns="syncml:metinf">syncml:auth-basic</Type> 
     18   </Meta>
     19   <Data>U2N0czpTYW1wbGVDbGllbnQ=</Data> 
     20   </Cred>
     21   <Meta>
     22   <MaxMsgSize xmlns="syncml:metinf">20000</MaxMsgSize> 
     23   </Meta>
     24   </SyncHdr>
     25   <SyncBody>
     26   <Add>
     27   <CmdID>1</CmdID> 
     28   <Item>
     29   <Target>
     30   <LocURI>./Test/MyApp</LocURI> 
     31   </Target>
     32   <Meta>
     33   <Format xmlns="syncml:metinf">node</Format> 
     34   <Type xmlns="syncml:metinf">text/plain</Type> 
     35   </Meta>
     36   </Item>
     37   </Add>
     38   <Add>
     39   <CmdID>2</CmdID> 
     40   <Item>
     41   <Target>
     42   <LocURI>./Test/MyApp/FloatLeaf</LocURI> 
     43   </Target>
     44   <Meta>
     45   <Format xmlns="syncml:metinf">float</Format> 
     46   <Type xmlns="syncml:metinf">text/plain</Type> 
     47   </Meta>
     48   <Data>+1.23e+01</Data>
     49   </Item>
     50   </Add>
     51   <Add>
     52   <CmdID>3</CmdID> 
     53   <Item>
     54   <Target>
     55   <LocURI>./Test/MyApp/DateLeaf</LocURI> 
     56   </Target>
     57   <Meta>
     58   <Format xmlns="syncml:metinf">date</Format> 
     59   <Type xmlns="syncml:metinf">text/plain</Type> 
     60   </Meta>
     61   <Data>2005-10-18</Data>
     62   </Item>
     63   </Add>
     64   <Add>
     65   <CmdID>4</CmdID> 
     66   <Item>
     67   <Target>
     68   <LocURI>./Test/MyApp/TimeLeaf</LocURI> 
     69   </Target>
     70   <Meta>
     71   <Format xmlns="syncml:metinf">time</Format> 
     72   <Type xmlns="syncml:metinf">text/plain</Type> 
     73   </Meta>
     74   <Data>23:18:23</Data>
     75   </Item>
     76   </Add>
     77   <Replace>
     78   <CmdID>5</CmdID>
     79   <Item>
     80   <Target>
     81   <LocURI>./Test/MyApp/FloatLeaf</LocURI>
     82   </Target>
     83   <Meta><Format xmlns="syncml:metinf">float</Format></Meta>
     84   <Data>1.2345</Data>
     85   </Item>
     86   </Replace>
     87   <Replace>
     88   <CmdID>6</CmdID>
     89   <Item>
     90   <Target>
     91   <LocURI>./Test/MyApp/DateLeaf</LocURI>
     92   </Target>
     93   <Meta><Format xmlns="syncml:metinf">date</Format></Meta>
     94   <Data>2005-345</Data>
     95   </Item>
     96   </Replace>
     97   <Replace>
     98   <CmdID>7</CmdID>
     99   <Item>
    100   <Target>
    101   <LocURI>./Test/MyApp/TimeLeaf</LocURI>
    102   </Target>
    103   <Meta><Format xmlns="syncml:metinf">time</Format></Meta>
    104   <Data>11:20:35+01:20</Data>
    105   </Item>
    106   </Replace>
    107   <Get>
    108   <CmdID>8</CmdID>
    109   <Item>
    110   <Target>
    111   <LocURI>./Test/MyApp/FloatLeaf</LocURI>
    112   </Target>
    113   </Item>
    114   </Get>
    115   <Get>
    116   <CmdID>9</CmdID>
    117   <Item>
    118   <Target>
    119   <LocURI>./Test/MyApp/DateLeaf</LocURI>
    120   </Target>
    121   </Item>
    122   </Get>
    123   <Get>
    124   <CmdID>10</CmdID>
    125   <Item>
    126   <Target>
    127   <LocURI>./Test/MyApp/TimeLeaf</LocURI>
    128   </Target>
    129   </Item>
    130   </Get>
    131   <Delete>
    132   <CmdID>11</CmdID>
    133   <Item>
    134   <Target>
    135   <LocURI>./Test/MyApp/FloatLeaf</LocURI>
    136   </Target>
    137   </Item>
    138   </Delete>
    139   <Delete>
    140   <CmdID>12</CmdID>
    141   <Item>
    142   <Target>
    143   <LocURI>./Test/MyApp/DateLeaf</LocURI>
    144   </Target>
    145   </Item>
    146   </Delete>
    147   <Delete>
    148   <CmdID>13</CmdID>
    149   <Item>
    150   <Target>
    151   <LocURI>./Test/MyApp/TimeLeaf</LocURI>
    152   </Target>
    153   </Item>
    154   </Delete>
    155   <Delete>
    156   <CmdID>14</CmdID>
    157   <Item>
    158   <Target>
    159   <LocURI>./Test/MyApp</LocURI>
    160   </Target>
    161   </Item>
    162   </Delete>
    163   <Final/> 
    164   </SyncBody>
    165 </SyncML>