I have a running Zimbra 6.0.7 installation on Debian 5 and everything has been installed without any errors.
Now I'm getting familiar with the SOAP API to build on top of it a Java API that suits our needs, the documentation states that accessing soap is through http://<hostname>:7070/ so basically I checked the docs and i'm trying to get unread messages from my inbox so I ran the following from the command line:
and after a long time waiting the output was the following:Code:curl -L -u testuser:testpasswd http://volcano.webpatterns.net:7070/zimbra/user/testuser/inbox.rss?query=is:unread
Could that be a firewall issue? Am I using the wrong port?Code:curl: (7) couldn't connect to host
I tried the query as well from the browser and nothing is returned but a 404 error.
Any hints?


LinkBack URL
About LinkBacks

