We are developing a PHP class to maintain Zimbra email account using SOAP from a client PC to the server. We received the following SOAP response from the server:
Zimbra create account response:<BR><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><change token="11673"/></context></soap:Header><soap:Body><soap:Fault><soap:Code><soap:Value>soap:Sender</soap:Value></soap:Code><soap:Reason><soap:Text>unknown document: GetDistributionListRequest</soap:Text></soap:Reason><soap:Detail><Error xmlns="urn:zimbra"><Code>service.UNKNOWN_DOCUMENT</Code><Trace>btpool0-117:1286460029384:0b89360bc57cff4f</Trace></Error></soap:Detail></soap:Fault></soap:Body></soap:Envelope><BR><BR>
Which for me means that the Session_id is missing? How can we fix this?