Search found 23 matches

by G71
Mon Jan 09, 2017 1:14 pm
Forum: Developers
Topic: calls to Zimbra Server doesn't works from Virtual Machine
Replies: 5
Views: 3486

Re: calls to Zimbra Server doesn't works from Virtual Machine

Just because it works from your local PC does not mean it will not get an error when running from a different machine. You should dump the contents of the response to make sure that you are not getting back a HTTP error message. I can't get the response content because I don't have it. The request ...
by G71
Mon Jan 09, 2017 12:17 pm
Forum: Developers
Topic: calls to Zimbra Server doesn't works from Virtual Machine
Replies: 5
Views: 3486

Re: calls to Zimbra Server doesn't works from Virtual Machine

Which zimbra release is it? Zimbra ver. is: 8.6.0_GA_1200 Is the VM's IP Address whitelisted on zimbra? Yes Have you dumped the SOAP response to see what you are actually getting back? There may be an error or at least a clue in the text. There are not error on message since the same client (with i...
by G71
Wed Jan 04, 2017 11:11 am
Forum: Developers
Topic: calls to Zimbra Server doesn't works from Virtual Machine
Replies: 5
Views: 3486

calls to Zimbra Server doesn't works from Virtual Machine

Dears, I'm testing my client application that "speaks" with a remote Zimbra Server . This client works fine from my pc but not on Virtual Machine that I need as pre-production environment The "client" calls a "createAppointment" request via SOAP, after have obtained reg...
by G71
Thu Sep 22, 2016 1:50 pm
Forum: Developers
Topic: [SOLVED] get Appointment identification index in order to get appointment of sub-calendar
Replies: 3
Views: 3658

Re: get Appointment identification index in order to get appointment of sub-calendar

You can use: <GetFolderRequest view="appointment" xmlns="urn:zimbraMail"/> Experimenting with my account, you can ignore the "/Trash" folder generally, what you are looking for is the values for attribute "id": zmsoap -v -t mail -z -m gren@example.com GetFold...
by G71
Wed Sep 21, 2016 4:16 pm
Forum: Developers
Topic: [SOLVED] send appointment req just created
Replies: 0
Views: 1880

[SOLVED] send appointment req just created

Dear, I'm going to search the attribute in order to send the appointment request. The soap call "CreateAppointmentRequest" works fine and it adds a new appointment on the Calendar. Unfortunately it doesn't sends the notification email to each user included into the appointment. However, if...
by G71
Wed Sep 21, 2016 12:29 pm
Forum: Users
Topic: meeting feedback
Replies: 1
Views: 1265

meeting feedback

Dear, probably this is not the correct path for this question ...anyway... When I create a new appointment, I can send the invitation and in this invitation I can ask to answer (rsvp) Assuming to have 3 user: Sender_01, Invitated_01 and Invitated_02 Sender_01 sends the invitation for a new appointme...
by G71
Wed Sep 21, 2016 8:57 am
Forum: Developers
Topic: [SOLVED] get Appointment identification index in order to get appointment of sub-calendar
Replies: 3
Views: 3658

Re: get Appointment identification index in order to get appointment of sub-calendar

Dear, do you know how can catch the id of a Calendar in order to make the correct query below? Infact init: 10 is the ID of the main calendar. How can get the other sub-calendar IDs? thanks a lot. This is my request <axis2ns5:SearchRequest xmlns:axis2ns5="urn:zimbraMail" xmlns="urn:z...
by G71
Wed Sep 21, 2016 8:52 am
Forum: Developers
Topic: PHP Soap -> SearchRequest -> Appointment Problem
Replies: 9
Views: 5502

Re: PHP Soap -> SearchRequest -> Appointment Problem

You should open new threads rather than revive old ones. The original relates to zimbra 5.0 which I am sure you are not using. To answer your question - the best way to figure out how to build a query is to use the web client. Open the web client, click across to the Calendar tab, Press F12 or what...
by G71
Tue Sep 20, 2016 2:48 pm
Forum: Developers
Topic: PHP Soap -> SearchRequest -> Appointment Problem
Replies: 9
Views: 5502

Re: PHP Soap -> SearchRequest -> Appointment Problem

OK, to get the appointments, i must provide a calendar folder id in the query: ... "query": { "_content": "inid:10" } } } } or xml: ... inid:10 Ok, but If I have more than one calendar under the main with ID=10, how can get the appointments of all calendars? Is there a...
by G71
Tue Sep 20, 2016 12:04 pm
Forum: Developers
Topic: [SOLVED] get Appointment identification index in order to get appointment of sub-calendar
Replies: 3
Views: 3658

[SOLVED] get Appointment identification index in order to get appointment of sub-calendar

Dear, do you know how can catch the id of a Calendar in order to make the correct query below? Infact init: 10 is the ID of the main calendar. How can get the other sub-calendar IDs? thanks a lot. This is my request <axis2ns5:SearchRequest xmlns:axis2ns5="urn:zimbraMail" xmlns="urn:zi...