Page 1 of 1

SOAP API changes with 8.8.6 ?

Posted: Wed Feb 28, 2018 8:08 am
by rdaniele
Hi,
We use the SOAP API from PHP to manage Zimbra servers from cPanel (https://github.com/lorenzyannick/zimbra ... i-soap-php).
Since we updated to 8.8.6, some commands don't work anymore and we don't succeed on finding why...

For example, don't work GetAccountRequest.

I don't find anything in the ChangeLog about those requests and the returned errors are, not really informative.

Did someone has some tips to help us track and fix the problem ?

Is there a log file do we have to look in to have more information about the errors ?

Will the SOAP API documentation be updated also?

Thanks in advance for any information.

Daniele

Re: SOAP API changes with 8.8.6 ?

Posted: Wed Feb 28, 2018 9:34 am
by msquadrat
  • From which version did you update?
  • Did you update zimbra-admin-api-soap-php as well within the last 5 months? There was an issue which made it not work with some versions of 8.7 already?
  • What is the error message you get?
  • You could set the log level for the admin user to trace and get some infos from the mailbox.log.

Re: SOAP API changes with 8.8.6 ?

Posted: Wed Feb 28, 2018 5:45 pm
by mdeserventi
The old version was 8.6.8
The version of zimbra-admin-api-soap-php is 2.2
How i can change the admin log level?

Thanks in advance