If we use:
HTML Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<authToken>XXXXXXXXX</authToken>
</context>
</soap:Header>
<soap:Body>
<GetInfoRequest>
</GetInfoRequest>
</soap:Body>
</soap:Envelope>
with the authToken generated with preAuthkey for the email we want the info, we get unknown document: GetInfoRequest.
Do we have to do a AuthRequest with the generated preAuthKey?