View Single Post
  #2 (permalink)  
Old 03-22-2007, 04:47 AM
jrramon jrramon is offline
Member
 
Posts: 10
Default

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?
Reply With Quote