Activation Web Service

The Activation Web Service provides methods based on SOAP and XML that allow the protected application to request for license activation, as well as other services such as license deactivation, and license reactivation.

 

The following table lists the Activation Web Service methods.

 

Activation Web Service Methods

GetStatus

Gets the account status (by Activation Key).

GetStatus2

Same as GetStatus, but use User ID.

GetProductStatus

Gets the product status (by Activation Key).

GetProductStatus2

Same as GetProductStatus, but use User ID.

ActivateLicense

Activates license.

DeactivateLicense

Deactivates and transfers license to the server.

DeactivateLicense2

Same as DeactivateLicense, but use User ID.

ReactivateLicense

Deactivates license, and then activates new custom license.

ReactivateLicense2

Same as ReactivateLicense, but use User ID.

GetRegIDTran

Gets RegIDTran from the account.

ConfirmDestroyCode

Verifies and confirms Destroy-Code.

ConfirmDestroyCode2

Same as ConfirmDestroyCode, but use User ID.

CheckUserID

Checks User ID of the account.

SaveRegName

Saves registration name and organization to the account.

CheckRegName

Checks registration name and organization of the account.

UpdateLog

Saves log messages to the account.

 

note NOTE: You can find more information about the Activation Web Service methods from our live demo server, which is available online at:

https://demo.eleckey.net/service.asmx

The schema is available at:                                                                     

https://demo.eleckey.net/service.asmx?WSDL

See Also

·         Activation Web Service Error Codes