Activation
Click here for a complete list of operations.
CreateProductLicense
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /activation/WSActivation.asmx HTTP/1.1 Host: activationv2.dxo.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://activation.dxo.com/Activation/CreateProductLicense" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <CreateProductLicense xmlns="http://activation.dxo.com/Activation"> <i_ActivationCode>string</i_ActivationCode> <i_LicenseRequest>string</i_LicenseRequest> </CreateProductLicense> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <CreateProductLicenseResponse xmlns="http://activation.dxo.com/Activation"> <CreateProductLicenseResult>NoError or BadServerBaseDirectory or GeneralError or XMLUpdatesFileParsingError or NoUpdateFound or XMLUpgradesFileParsingError or NoUpgradeFound or DatabaseCannotBeOpened or DatabaseCannotBeClosed or RequestError or DatabaseNotOpened or NoAccountFound or WrongPassword or SerialNumberNotRegistered or CustomerNotRegistered or UpdateAccountCannotBeDone or InvalidSerialNumber or ValueNotFound or ValueNotUpdated or LogNotUpdated or CustomerCafsListNotRegistered or CustomerHardwareNotRegistered or EmailAllreadyExist or MaximumActivationReached or InvalidLicense or CustomerRegistrationNeeded or SatGenProcessCannotBeLaunched or SatGenProcessTimedOut or BadSatGenProcessParameters or BadMachineID or BadChallengeCode or LicenseHasAccount or LicenseCDNeeded or ChallengeFileWriteError or SerialNumberStatus2 or SerialNumberExpired or UnknownStatus or NoReactivateRight or WrongSerailFoundForThisAccount or ActivationNeededBeforeReactivation or FreeDemoReject or ProspectNotSaved or NoOppFoundForProductId or EmailWrongFormat or DatabaseCannotBeOpenedShop or SnOIDIsNull or NoResetAllActivationsRight</CreateProductLicenseResult> <o_OutputLicense>string</o_OutputLicense> </CreateProductLicenseResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /activation/WSActivation.asmx HTTP/1.1 Host: activationv2.dxo.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <CreateProductLicense xmlns="http://activation.dxo.com/Activation"> <i_ActivationCode>string</i_ActivationCode> <i_LicenseRequest>string</i_LicenseRequest> </CreateProductLicense> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <CreateProductLicenseResponse xmlns="http://activation.dxo.com/Activation"> <CreateProductLicenseResult>NoError or BadServerBaseDirectory or GeneralError or XMLUpdatesFileParsingError or NoUpdateFound or XMLUpgradesFileParsingError or NoUpgradeFound or DatabaseCannotBeOpened or DatabaseCannotBeClosed or RequestError or DatabaseNotOpened or NoAccountFound or WrongPassword or SerialNumberNotRegistered or CustomerNotRegistered or UpdateAccountCannotBeDone or InvalidSerialNumber or ValueNotFound or ValueNotUpdated or LogNotUpdated or CustomerCafsListNotRegistered or CustomerHardwareNotRegistered or EmailAllreadyExist or MaximumActivationReached or InvalidLicense or CustomerRegistrationNeeded or SatGenProcessCannotBeLaunched or SatGenProcessTimedOut or BadSatGenProcessParameters or BadMachineID or BadChallengeCode or LicenseHasAccount or LicenseCDNeeded or ChallengeFileWriteError or SerialNumberStatus2 or SerialNumberExpired or UnknownStatus or NoReactivateRight or WrongSerailFoundForThisAccount or ActivationNeededBeforeReactivation or FreeDemoReject or ProspectNotSaved or NoOppFoundForProductId or EmailWrongFormat or DatabaseCannotBeOpenedShop or SnOIDIsNull or NoResetAllActivationsRight</CreateProductLicenseResult> <o_OutputLicense>string</o_OutputLicense> </CreateProductLicenseResponse> </soap12:Body> </soap12:Envelope>