Could someone post how to get user credentials in version 6. I had it working in 5 but now I get the following error.
Code:
PWC6199: Generated servlet error:
Only a type can be imported. com.zimbra.cs.account.Provisioning resolves to a package
PWC6199: Generated servlet error:
Only a type can be imported. com.zimbra.cs.account.Provisioning.AccountBy resolves to a package
PWC6199: Generated servlet error:
Only a type can be imported. com.zimbra.cs.account.Account resolves to a package
PWC6199: Generated servlet error:
Only a type can be imported. com.zimbra.cs.account.AuthToken resolves to a package
Now I am trying to do it with a soap call. I can get the users auth token string but I am not sure what to do from there.