Versions Compared

Key

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

This section describes the end-user SOAP API calls.

The end-user SOAP API can be accessed using either HTTP or HTTPS; therefore, licenses can be activated using either unencrypted or SSL transport.

The URL for the Stable version of the end-user SOAP API is:

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

The URL for the Development version of the end-user SOAP API is:

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

There are two end-user SOAP API calls. The first call (CreateLicenseRequest) creates a license request and pushes it to generation, and the second call (GetLicense) retrieves the generated license.

For an example of using the API, see .NET API examples.

...