Search found 23 matches

by G71
Mon Sep 19, 2016 1:48 pm
Forum: Developers
Topic: How to generate the authtoken with Java?
Replies: 4
Views: 4680

Re: How to generate the authtoken with Java?

Hi G71, Thank you for the help again. I never used the axis2 before, is the first time, and I don't know well how it work. But I Use the code that you sent to me, I write line to line, to understand better what I'm doing, but when I try test don't work. I don't know if I doing it right or I have to...
by G71
Tue Sep 13, 2016 9:27 am
Forum: Developers
Topic: SOAPUI searchRequest list of appointment
Replies: 7
Views: 4310

Re: SOAPUI searchRequest list of appointment

Hi G71, thanks, this help me a lot. Now I'm Trying do the same with java, do you know use java? If you have some example of how create an authentication with java let me know please. Thank you for all again. Best regards Rafael https://forums.zimbra.org/viewtopic.php?f=17&t=60393&p=270906#p...
by G71
Tue Sep 13, 2016 7:09 am
Forum: Developers
Topic: How to generate the authtoken with Java?
Replies: 4
Views: 4680

Re: How to generate the authtoken with Java?

Hi, Someone know how generate the authtoken using java? I Tried use this code: AuthRequest authRequest = new AuthRequest(); AuthResponse authResponse = new AuthResponse(); AccountSelector accountSelector = new AccountSelector(); AuthToken auth = new AuthToken(); //authRequest.setAuthToken(auth); ac...
by G71
Fri Sep 09, 2016 8:51 am
Forum: Developers
Topic: SOAPUI searchRequest list of appointment
Replies: 7
Views: 4310

Re: SOAPUI searchRequest list of appointment

Hi G71, I see you used soap ui to test zimbra webservice. How you do that? I mean, What I have to do exactly? Example: Method = GetAppointmentRequest There is a part that you have to authenticate the user (I don't now how). There is a part that you have to especific the attibute that you wanna(I se...
by G71
Tue Sep 06, 2016 7:02 pm
Forum: Developers
Topic: SOAPUI searchRequest list of appointment
Replies: 7
Views: 4310

Re: SOAPUI searchRequest list of appointment

Rafael wrote:Hi G71,

Do you get it?

I new too with zimbra, and I don't undestand well the document, so if you can help me please, I'm totally lost about zimbra soap.

Best Regards
Rafael
Hi Rafael

What is your dubt, exactly?
by G71
Thu Sep 01, 2016 12:47 pm
Forum: Developers
Topic: SOAPUI searchRequest list of appointment
Replies: 7
Views: 4310

Re: SOAPUI searchRequest list of appointment

SOLVED: missing query tag <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:zimbra" xmlns:urn1="urn:zimbraMail"> <soapenv:Header> <urn:context hops="0"> <!--You may enter the following 16 items in any order--> <!--Optio...
by G71
Thu Sep 01, 2016 10:29 am
Forum: Developers
Topic: Zimbra calendar SOAP interface
Replies: 2
Views: 1651

Re: Zimbra calendar SOAP interface

For the sake of debugging I have tried to use GetApptSummaryRequest, using the following request: It gets me all the items (5 of them). But appart from the appointment, which was showed by the SearchRequest, the other items are empty. So I guess they do really don't have an instance between that st...
by G71
Thu Sep 01, 2016 9:19 am
Forum: Developers
Topic: SOAPUI searchRequest list of appointment
Replies: 7
Views: 4310

SOAPUI searchRequest list of appointment

Dear, I'm newbie of Zimbra and I searched inside the forum but with no lucky. I'm sure to have appointment on the calendar of my user but asking by SOAPUI interface, I didn't get. This is my code <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="ur...
by G71
Thu Sep 01, 2016 8:47 am
Forum: Developers
Topic: [SOLVED] SOAP appointements request
Replies: 3
Views: 1552

Re: [SOLVED] SOAP appointements request

cedseat wrote:Ok I have made a mistake.

How to mark post as solved?
Me too was interested to this, but I don't find how to. It would be better next time, put the solution (or mistake did) in addition to "SOLVED"
;-)
by G71
Tue Aug 30, 2016 1:58 pm
Forum: CalDAV / CardDAV / iSync
Topic: Best java API for CalDav on ZIMBRA
Replies: 9
Views: 10620

Re: Best java API for CalDav on ZIMBRA

Other side, Zimbra SOAP doesn't have WSDL Just FYI - the Zimbra SOAP API does have WSDL. See https://wiki.zimbra.com/wiki/Wsdl The Zimbra Web Client uses the SOAP API, so one approach which might work for you would be to monitor web traffic whilst that does things that you want to do and see how it...