You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

The LAC SOAP API is web-based and can be used across many programming languages. There are many ways you can use the SOAP API. For example, you can automate license creation and enable activation from within your software, providing the highest level of ease of use for your customers. You can also use the API to automatically synchronize records with other administrative systems, such as sales, support and CRM systems.

Usually, you use your favorite programming language together with the SOAP API, and auto-generate code for handling requests and responses using the LAC wsdl file. You can see one method of doing this in .NET API examples.

The SOAP APIs are separated into the Vendor API and the End-user API:

  • The Vendor API is used for the administration of licenses, including managing products, customers, license templates, etc.
  • The End-user API is used to activate licenses using an activation key (which LAC automatically creates for each license order) and, if relevant, HostID parameters.
  • No labels