Dear all,
I just started to write soap code for zimbra and have immediately problem.
After sending the following request to
https://myserver:7071/service/admin/soap, I saw the following error in mailbox.log
2008-10-21 17:30:14,572 INFO [btpool0-1485] [ip=x.x.x.x;] SoapEngine - handler exception: authentication failed for
uo@abc.com, account not found
The request I sent as below:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Body><AuthRequest xmlns="urn:zimbraAccount"><account xmlns="" by="id">uo@abc.com</account><password xmlns="">123</password></AuthRequest></soap:Body></soap:Envelope>
And browser show the following exception:
java.io.IOException: Server returned HTTP response code: 500 for URL:
https://myserver:7071/service/admin/soap
BTW: my zimbra server host 2 domains, for exmaple, abc.com & xyz.com. I have
uo@abc.com and
uo@xyz.com email, both can login to zimbra web ui without any problem.
What can I do to solve this problem?
Thanks,
Vincent Chen