SOAP API changes with 8.7.11 ?

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
johnroberts
Posts: 31
Joined: Sat Sep 13, 2014 2:43 am

Re: SOAP API changes with 8.7.11 ?

Post by johnroberts »

11432fab wrote:I'll try to implement the new changes to make it compatible with the latest ZCS 8.7 releases, but we are still on 8.6 so I also have to test it here to be sure we don't break anything.
Thanks! For info the package worked well with previous versions of 8.7 and from our tests the above changes resolve the problems encountered with 8.7.11.
11432fab
Posts: 39
Joined: Fri Sep 12, 2014 11:52 pm

Re: SOAP API changes with 8.7.11 ?

Post by 11432fab »

Pushed the XML changes proposed by msquadrat to make zimbra-admin-soap-php compatible with ZCS 8.7.11
Check it out here:
https://github.com/lorenzyannick/zimbra ... i-soap-php
shrikant-prasad
Posts: 11
Joined: Fri Jun 09, 2017 4:57 am

Re: SOAP API changes with 8.7.11 ?

Post by shrikant-prasad »

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 : "8134111: Unmarshaller unmarshalls XML element which doesn't have the expected namespace".
User avatar
msquadrat
Advanced member
Advanced member
Posts: 183
Joined: Mon Oct 14, 2013 10:09 am

Re: SOAP API changes with 8.7.11 ?

Post by msquadrat »

Thanks for the info! So the change was an unexpected/unintended fix for undefined behaviour inherited from the JDK fix for JDK-8134111. Could you maybe update the Release Notes to and add this info?
Post Reply