View Single Post
  #2 (permalink)  
Old 05-02-2007, 11:52 AM
Greg Greg is offline
Zimbra Employee
 
Posts: 123
Default

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.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
P.S.: don't forget to vote on this bug
add Samba LDAP entries to Exchange Migration Tool
Reply With Quote