So when I log into my testing server I can only get in via standard interface. The admin console works however.
When I watch the soap calls with firebug I see no response to the calls being made. Just see the calls being aborted.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><userAgent xmlns="" name="ZimbraWebClient - FF3.0 (Linux)" version="6.0.5_GA_2213.UBUNTU8_64"/><session xmlns="" id="13941"/><format xmlns="" type="
js"/><authToken xmlns="">xxxxxxxxx</authToken></context></soap:Header><soap:Body><BatchRequest xmlns="urn:zimbra" onerror="continue"><GetMailboxMetadataRequest xmlns="urn:zimbraMail" requestId="0"><meta xmlns="" section="zwc:implicit"/></GetMailboxMetadataRequest></BatchRequest></soap:Body></soap:Envelope>
Its weird as I've done some programing with the soap calls so have gotten responses for them.
Anyone have a similar issue?