Code:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<n0:context xmlns:n0="urn:zimbra">
<userAgent name="Zimbra Mobile Edition (ZME)" version="0.5"/>
<nosession/>
</n0:context>
</soap:Header>
<soap:Body>
<AuthRequest xmlns="urn:zimbraAccount">
<account by="name">niko</account>
<password>password</password>
</AuthRequest>
</soap:Body>
</soap:Envelope>
2008-06-02 16:24:18,649 INFO [btpool0-10] [ip=192.168.0.101;ua=Zimbra Mobile Edition (ZME)/0.5;] MailboxIndex - Initialized Index for mailbox 6 directory: Lucene23Index at org.apache.lucene.store.FSDirectory@/opt/zimbra/index/0/6/index/0 Analyzer=com.zimbra.cs.index.ZimbraAnalyzer@180f545
2008-06-02 16:24:18,649 INFO [btpool0-10] [ip=192.168.0.101;ua=Zimbra Mobile Edition (ZME)/0.5;] cache - Initializing folder and tag caches for mailbox 6
2008-06-02 16:24:20,002 DEBUG [btpool0-10] [mid=6;ip=192.168.0.101;ua=Zimbra Mobile Edition (ZME)/0.5;] soap - SOAP response:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<context xmlns="urn:zimbra">
<change token="276699"/>
</context>
</soap:Header>
<soap:Body>
<AuthResponse xmlns="urn:zimbraAccount">
<authToken>a loong loong number</authToken>
<lifetime>172800000</lifetime>
<skin>steel</skin>
</AuthResponse>
</soap:Body>
</soap:Envelope> Anyone has any ideas? It seems like the authentication completes fine, but then I still get the 200 null message on the handheld. Thank you for any help...
NikO