Search found 11 matches

by shrikant-prasad
Mon Nov 13, 2017 6:51 am
Forum: Developers
Topic: SOAP API changes with 8.7.11 ?
Replies: 13
Views: 20905

Re: SOAP API changes with 8.7.11 ?

There hasn't been any core changes in Zimbra Soap API in 8.7.11. The difference in behaviour (now all elements need to be defined with proper namespace) is because of change in the open jdk version used with zimbra build. now openjdk-1.8.0u144 is used and there was a fix in the jdk code : "8134...
by shrikant-prasad
Mon Nov 13, 2017 6:45 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5426

Re: Zimbra Web Service Change

finally found the issue. There hasn't been any changes in Zimbra Soap API. The difference in behaviour (now all elements need to be defined with proper namespace) is because of change in the open jdk version used with zimbra build. now openjdk-1.8.0u144 is used and there was a fix in the jdk code : ...
by shrikant-prasad
Thu Nov 09, 2017 7:17 am
Forum: Developers
Topic: REST API unread counter
Replies: 6
Views: 5671

Re: REST API unread counter

you can get the unread count in GetFolderResponse: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:zimbra" xmlns:urn1="urn:zimbraMail"> <soapenv:Header> <urn:context> <urn:authToken> <auth_token_of_user> </urn:authToken> </urn:...
by shrikant-prasad
Thu Nov 09, 2017 6:59 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5426

Re: Zimbra Web Service Change

can you please share the stacktrace for this NPE from mailbox.log?
by shrikant-prasad
Tue Nov 07, 2017 10:43 am
Forum: Developers
Topic: Zimbra Web Service Change
Replies: 8
Views: 5426

Re: Zimbra Web Service Change

your previously working request is still working fine for me.
What is the response you are getting?
by shrikant-prasad
Fri Jul 07, 2017 5:58 am
Forum: Administrators
Topic: Sharing the calender of a resource
Replies: 5
Views: 2985

Re: Sharing the calender of a resource

you can share the resource calendar by logging into resource account and share the calendar using 'Share Calendar' menu item.
Image
by shrikant-prasad
Tue Jun 13, 2017 11:44 am
Forum: Administrators
Topic: Updating sender's displayname won't be affected in reciever zimbra mail box where we have sent mail with old displayname
Replies: 1
Views: 1126

Re: Updating sender's displayname won't be affected in reciever zimbra mail box where we have sent mail with old display

after changing the name, do trickleSync of the gal and then reload the web client of both sender and receiver, new display name will be displayed in the new mail sent.
by shrikant-prasad
Fri Jun 09, 2017 10:46 am
Forum: Developers
Topic: Create distribution list on webmail client
Replies: 2
Views: 4208

Re: Create distribution list on webmail client

create distribution list item will be displayed in drop down ,if user has required right (createDistList) . You can grant this right on domain level also, so that all users of that domain can create distribution list. zmprov grr domain <domain_name> dom <domain_name> createDistList If you want to gr...
by shrikant-prasad
Fri Jun 09, 2017 9:35 am
Forum: Developers
Topic: EWS sample code?
Replies: 2
Views: 3352

Re: EWS sample code?

can you please post one sample request and the error you are getting?
by shrikant-prasad
Fri Jun 09, 2017 9:28 am
Forum: Developers
Topic: GetAppointment by uid using SOAP API
Replies: 1
Views: 4186

Re: GetAppointment by uid using SOAP API

uid is present in metadata of the appointment created in owner's mailbox and it's not present in metadata of the appointment in other user's mailbox with whom calendar has been shared. That's why search with uid works for items in local folder and doesn't for shared folder. You should use "id&q...