Hi,
Please anyone make some comments/tips on refresh the views after changing some configuration on Preferences tab via sending SOAP to server.
Quote:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra"> <authToken>0_f702fac107750a44f2464e60b0a9fc9164da7 3dc_69643d33363a65386264643638352d326131652d343133 662d393933652d6134633031326565633837333b6578703d31 333a313237353039383532373431353b747970653d363a7a69 6d6272613b6d61696c686f73743d31363a3139322e3136382e 312e3136323a38303b</authToken>
<nosession/>
<userAgent name="Yahoo! Zimbra Desktop" version="0.90_1251_Windows">0.90_1251_Windows</userAgent>
<notify seq="0"/>
</context>
</soap:Header>
<soap:Body>
<BatchRequest xmlns="urn:zimbra" onerror="continue">
<ModifyPrefsRequest xmlns="urn:zimbraAccount">
<pref name="zimbraPrefAutoSaveDraftInterval">30</pref>
</ModifyPrefsRequest>
</BatchRequest>
</soap:Body>
</soap:Envelope>
|
After I updated configuration via send above SOAP message.
But I got the old value until refresh the page.
Thanks.