License SOAP

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

License SOAP

   KB 5669        Last updated on 2015-07-12  




0.00
(0 votes)

Zimbra Network edition requires a license per installation. Admin Console provides the UI to allow admin to install the license through com_zimbra_license admin extension. The following soap commands are used in the license extension:


urn:zimbraAdmin

<InstallLicenseRequest>
  <content aid="{attach-upload-id}"/>
</InstallLicenseRequest>

<InstallLicenseResponse validFrom="date-in-ms" validUntil="date-in-ms"
serverTime="date-in-ms"/>

<GetLicenseRequest/>

<GetLicenseResponse>
   <license>
      <attr name="{item}">{value}</attr>
   </license>

   <info>
      <attr name="{item}">{value}</attr>
   </info>
</GetLicenseResponse>

  - info element block contains the current usage.  the current number of
    accounts is returned in n="TotalAccounts".  current server time is
    returned in n="ServerTime".

  - The value of TotalAccounts can be -1 which indicates the account counting
    still in progress and the server does not have the count.  The account
    counting can be initiated by creating an account, use of a Network feature,
    or by sending CheckLicense Request.
Verified Against: Zimbra Collaboration 8.0, 7.0 Date Created: 04/16/2014
Article ID: https://wiki.zimbra.com/index.php?title=License_SOAP Date Modified: 2015-07-12



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search