View Single Post
  #5 (permalink)  
Old 02-22-2007, 04:35 PM
dkarp dkarp is offline
Zimbra Employee
 
Posts: 1,434
Default Sample SOAP request

Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
  <soap:Header>
    <context xmlns="urn:zimbra">
      <nosession/>
      <authToken>auth token from AuthResponse goes here</authToken>
    </context>
  </soap:Header>
  <soap:Body>
    <SearchConvRequest xmlns="urn:zimbraMail" sortBy="dateDesc" offset="0" limit="25" cid="-560" fetch="1" read="1" html="1">
      <query>in:inbox</query>
    </SearchConvRequest>
  </soap:Body>
</soap:Envelope>
Your request replaces SearchConvRequest and its children.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote