Page 2 of 2

Re: SOAP API changes with 8.7.11 ?

Posted: Tue Sep 26, 2017 8:30 am
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.

Re: SOAP API changes with 8.7.11 ?

Posted: Wed Sep 27, 2017 2:03 pm
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

Re: SOAP API changes with 8.7.11 ?

Posted: Mon Nov 13, 2017 6:51 am
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".

Re: SOAP API changes with 8.7.11 ?

Posted: Mon Nov 13, 2017 8:52 am
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?