GetDomainRequest doesn't support wildcards.
You'd want something like (IIRC):
<SearchDirectoryRequest types="domain" >
<query>(zimbraDomainName=a*)</query>
</SearchDirectoryRequest>
If you are paging through all domains, you can just use a "*" for the query and add limit="..." offset="..." to the SearchDirectoryRequest element. This should all be in soap-admin.txt. |