Since I'm getting nowhere with support after 2 weeks, I figure I post here and hope someone else can help...
We use SOAP API routines to manage our add/deletes. But after upgrading our dev environment to 6, it's not working properly. The scripts making the calls get error 500s where as there is no error being reported in the log files at the server.
Here's an example code:
Code:
<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/">
<ns0:Header><ns1:context xmlns:ns1="urn:zimbra"><authToken>nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn</authToken>
</ns1:context></ns0:Header>
<ns0:Body><ns2:CreateAccountRequest xmlns:ns2="urn:zimbraAdmin">
<name>user@domain.net</name><password></password>
<an="zimbraCOSId">4a43c637-0913-4591-876f-ab94acb4b227</a>
<an="displayName">John N. Doe</a>
</ns2:CreateAccountRequest></ns0:Body></ns0:Envelope
>
We get back:
SOAP request failed: code=500, error=Server closed connection without
sending any data back
But looking at the logs, the account is created and there are no errors...