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 04-05-2009, 11:11 PM
New Member
 
Posts: 3
Default SOAP request to find resources?

Hi, I am building a custom administrative frontend for Zimbra and
I am trying to find how I query Zimbra for a list of aqvailable resources.

A SOAP query like

<SearchDirectoryRequest xmlns="urn:zimbraAdmin">
<query xmlns="">(objectClass=zimbraCalendarResource)</query>
</SearchDirectoryRequest>

does not produce result.

How do I search for Zimbra serources?
Should this be another LDAP query or entirely different SOAP request.

Thanks in advance.

mi
Reply With Quote
  #2 (permalink)  
Old 04-06-2009, 05:27 AM
Project Contributor
 
Posts: 67
Default

Hi, I think you're looking for this SOAP call. More like it in the soap-admin.txt documentation:

Code:
<GetAllCalendarResourcesRequest>
  [<domain by="id|name">...</domain>]
  [<server by="id|name">...</server>]
<GetAllCalendarResourcesRequest/>

<GetAllCalendarResourcesResponse>
  <calresource name="{name}" id="{id}">
    <a n="...">...</a>+
  </calresource>  
</GetAllCalendarResourcesResponse>

Access: domain admin sufficient
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.