Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

End-user C API

There are two LAC For End-user functions only, LAC includes a C API in addition to the SOAP API calls. The first API call creates a license request and pushes it to generation, and the second call retrieves the generated license.C functions are wrappers for SOAP methods and use an external library called gSoap. All LAC API functions, enums and defines are declares in the file lac.h. The lac.h and gSoap files are included in the attached packages.

The End-user C API can be accessed using either HTTP or HTTPS; therefore, licenses can be activated using either unencrypted or SSL transport. The URL for the LAC End-user SOAP is:

http://license.x-formation.com/soap/type/enduser/version/1?wsdl or https://license.x-formation.com/soap/type/enduser/version/1?wsdl

There are two C API calls. The first call (LAC_CreateLicenseRequest) creates a license request and pushes it to generation, and the second call (LAC_GetLicense) retrieves the generated license.

Attachments
sortByname

API History: 

...