Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-24-2010, 03:16 AM
Intermediate Member
 
Posts: 17
Default [SOLVED] Zimbra SOAP API

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:
Code:
curl -L -u testuser:testpasswd http://volcano.webpatterns.net:7070/zimbra/user/testuser/inbox.rss?query=is:unread
and after a long time waiting the output was the following:
Code:
curl: (7) couldn't connect to host
Could that be a firewall issue? Am I using the wrong port?

I tried the query as well from the browser and nothing is returned but a 404 error.

Any hints?
Reply With Quote
  #2 (permalink)  
Old 08-24-2010, 03:29 AM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

If your server is in https mode then the format should be:

Code:
https://volcano.webpatterns.net:443/zimbra/user/testuser/inbox.rss?query=is:unread
Obviously if it's still in http mode then it would be port 80.
__________________
Regards


Bill

Last edited by phoenix; 08-24-2010 at 05:20 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.