Sample Response: XML error: Not well-formed (invalid token) at line 1 Here is the response I am trying to parse.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><context xmlns="urn:zimbra"><change token="4589"/></context></soap:Header><soap:Body><GetQuotaUsageResponse more="1" searchTotal="16" xmlns="urn:zimbraAdmin"><account limit="0" id="****" name="*******" used="127728"/></GetQuotaUsageResponse></soap:Body></soap:Envelope>
Thank you. |