Login
Login

Email:
Password:


Forgot your password?
Register - it is free!


Guest access - preview the site features without creating an account
Licensing Service

API Reference

The Licensing service provides operations for managing application licenses.

For more information about how to use the Licensing service, see the overview section.

The version 1 WSDL for this service is at http://www.devgears.com/v1/Licensing.asmx?wsdl

Requests
Register
Validate



Register
Register a machine to the specified license key

Parameters
developerToken String Developer Token. Obtain your developer token from the account information page.
applicationToken String Application Token. Obtain your developer token from the application information page.
licenseToken String License key. Generate a license key using the web site or the Licensing Developer API.
uniqueMachineID String Unique Machine ID

Response
(none)



Validate
Validate a machine and a license key

Parameters
developerToken String Developer Token. Obtain your developer token from the account information page.
applicationToken String Application Token. Obtain your developer token from the application information page.
licenseToken String License key. Generate a license key using the web site or the Licensing Developer API.
uniqueMachineID String Unique Machine ID

Response
True of False to indicate if the license is valid or not.