There are two problems with this example, first - CreateAccountRequest is in namespace zimbraAdmin, so
Quote:
|
<context xmlns="urn:zimbra">
|
should be
<context xmlns="urn:
zimbraAdmin">
consequently, this request requires admin Auth token, not client auth token, so your AuthRequest should also be in zimbraAdmin namespace.