Quote:
|
Originally Posted by KevinH Can you try with debug?
http://<host>:<port>/zimbra/?debug=1
This will popup a window for you to see any errors. |
REQUEST:
<context xmlns="urn:zimbra">
<nosession/>
<format type="
js"/>
</context>
</soap:Header>
<soap:Body>
<AuthRequest xmlns="urn:zimbraAccount">
<account by="name">
mike.adams@unix-security.net
</account>
<password>
stuff
</password>
</AuthRequest>
</soap:Body>
</soap:Envelope>
RESPONSE:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>
soap:Sender
</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text>
parse error: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
</soap:Text>
</soap:Reason>
<soap

etail>
<Error xmlns="urn:zimbra">
<Code>
service.PARSE_ERROR
</Code>
</Error>
</soap

etail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
code: "service.PARSE_ERROR",
detail: "parse error: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.",
method: "ZmCsfeCommand.invoke",
msg: "Csfe service error"