Search found 7 matches

by jmckay123
Thu Jul 26, 2018 10:06 pm
Forum: Developers
Topic: Missing calendar events
Replies: 0
Views: 2776

Missing calendar events

I maintain software that reads Zimbra calendar events via the SOAP API. Generally this works well but I have one customer where we seem to not get all calendar events. In a particular test account, I call the "GetFolderRequest" operation, and receive a json file that shows several folders,...
by jmckay123
Mon Apr 27, 2015 8:46 pm
Forum: Developers
Topic: Using DelegateAuthRequest SOAP API
Replies: 0
Views: 1334

Using DelegateAuthRequest SOAP API

My app is using direct XML, not one of the libraries.  I use AuthRequest to obtain a token for the administrator.  I then try to call DelegateAuthRequest, using that token, to obtain a new token for my user.  I am getting http error 500 (document not found).  Can somebody explain why this does not w...
by jmckay123
Mon Apr 27, 2015 4:56 pm
Forum: Developers
Topic: SOAP access to user account via admin password
Replies: 1
Views: 1641

SOAP access to user account via admin password

I have since seen the "DelegateAuthRequest" API, but it does not seem to work. Anybody see anything wrong with the following: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"> <soap:Header> <context xml...
by jmckay123
Sat Apr 25, 2015 2:42 pm
Forum: Developers
Topic: SOAP access to user account via admin password
Replies: 1
Views: 1641

SOAP access to user account via admin password

Can somebody explain how to use the SOAP API so that I can access information for a normal user, using an administrator Id and password?  I have figured out how to execute AuthRequest, supplying a user name and password to get a auth token, then use that token to execute GetFolderRequest.  But say I...
by jmckay123
Tue Dec 23, 2014 4:17 pm
Forum: Developers
Topic: How to get a list of contact folders
Replies: 1
Views: 2060

How to get a list of contact folders

I am retrieving contacts using a URL like this: zimbra.domain.com/home/smith@domain.com/contacts?fmt=csv I can retrieve a non-default contact folder by specifying something other than "contacts".  However what I am really missing is a way to discover what contact (and calendar/task) folder...
by jmckay123
Mon Aug 18, 2014 10:52 am
Forum: Developers
Topic: SOAP API - getting started
Replies: 4
Views: 7224

SOAP API - getting started

Neither of those links work.
"Must call AuthRequest service". See, this is why I posted my original question - I have no idea what you mean by that. Where is the documentation for AuthRequest?
by jmckay123
Thu Aug 14, 2014 5:37 pm
Forum: Developers
Topic: SOAP API - getting started
Replies: 4
Views: 7224

SOAP API - getting started

Is there any documentation that would help me get started using the SOAP API? I will not be using a library such as PHP, etc, just making direct http posts from a C program using libcurl. I have done this before with Exchange Web Services, but with Zimbra I'm not sure how to get started - what URL d...