Search found 61 matches

by abatie
Fri Nov 15, 2019 8:38 pm
Forum: Developers
Topic: "unknown document"
Replies: 1
Views: 4335

Re: "unknown document"

It turns out the documentation is confusing - the page is titled "GetAccountInfo SOAP Command", but the actual command is GetAccountInfoRequest...
by abatie
Thu Nov 14, 2019 2:42 am
Forum: Developers
Topic: "unknown document"
Replies: 1
Views: 4335

"unknown document"

I'm trying out this SOAP stuff (using perl SOAP::Lite) and managed to get an auth token, but when I try to use it, all I get is "unknown document": my $som = $soap->call('GetAccountInfo', SOAP::Data->name('authToken')->value($auth_token), ); if ($som->fault) { die "Couldn't get info -...
by abatie
Thu Sep 13, 2018 1:05 am
Forum: General Questions
Topic: login hangs when accessed through an nginx proxy
Replies: 3
Views: 81571

Re: login hangs when accessed through an nginx proxy

I found a way to make the nginx proxy work: proxy_set_header Referer "https://<a hostname zimbra knows>"; That is, the nginx proxy is accessed via a name not configured in zimbra, and that seems to be what's causing the BatchRequest failure. Changing the referer header so something zimbra ...
by abatie
Thu May 03, 2018 7:13 pm
Forum: Developers
Topic: [SOLVED] SOAP API: DeleteContact?
Replies: 1
Views: 2418

Re: SOAP API: DeleteContact?

I found the answer in logs: ContactActionRequest
by abatie
Thu May 03, 2018 1:04 am
Forum: Developers
Topic: [SOLVED] SOAP API: DeleteContact?
Replies: 1
Views: 2418

[SOLVED] SOAP API: DeleteContact?

The SOAP API documents CreateContact and ModifyContact, but there does not appear to be a way to remove a contact?
by abatie
Wed May 02, 2018 7:36 pm
Forum: Developers
Topic: zmsoap api docs "access denied"
Replies: 0
Views: 2199

zmsoap api docs "access denied"

In the zmsoap wiki article at https://wiki.zimbra.com/wiki/Zmsoap, there are links to the API reference http://files.zimbra.com/docs/soap_api/8.0/soapapi-zimbra-doc/api-reference/index.html The index comes up ok, but clicking on any link in it gets something like: AccessDeniedAccess DeniedB331DC0E31...
by abatie
Tue Mar 27, 2018 1:23 am
Forum: Developers
Topic: soap lookup process
Replies: 1
Views: 7232

Re: soap lookup process

It looks like it may not be the server lookup after all; after figuring out which of the many servers the soap query was going to, I looked in the log and found: 2018-03-26 18:17:15,614 INFO [qtp127618319-43033:https:https://zmail04-store09.peak.org:7071/service/admin/soap/GetAccountRequest/GetAccou...
by abatie
Tue Mar 27, 2018 12:42 am
Forum: Developers
Topic: soap lookup process
Replies: 1
Views: 7232

soap lookup process

The root question is here: https://forums.zimbra.org/viewtopic.php?f=15&t=63575 but since no one seems to have an answer, if someone here could help me a bit with the process, I'll try to track it down. I have the source, but java does a great job of hiding where things are really happening ;-) ...
by abatie
Fri Mar 09, 2018 2:59 am
Forum: Administrators
Topic: Too many hops
Replies: 3
Views: 3582

Re: Too many hops

In playing with zmsoap on the admin machine, to see if there are some clues: A request to find the server the account is on: /home/alan/zurbad.gair: <GetAccountInfoRequest xmlns="urn:zimbraAdmin"> <account by="name">user@domain</account> </GetAccountInfoRequest> result: zmsoap -z...
by abatie
Thu Mar 08, 2018 7:38 pm
Forum: Administrators
Topic: Too many hops
Replies: 3
Views: 3582

Re: Too many hops

This problem has recurred, on the same server. Any pointers as to what might be causing this would be helpful, as we can't keep reinstalling once we get real users on it...