LicensingService


Click here for a complete list of operations.

DeactivateProduct

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 /licensing.asmx HTTP/1.1
Host: activateservice.avid.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://licensingservice.avid.com/DeactivateProduct"

<?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>
    <DeactivateProduct xmlns="http://licensingservice.avid.com">
      <SerialNumber>string</SerialNumber>
      <MachineId>string</MachineId>
      <SystemId>string</SystemId>
      <ReferrerType>In_Direct or Direct</ReferrerType>
      <Count>int</Count>
      <ExpirationDate>dateTime</ExpirationDate>
      <Token>string</Token>
    </DeactivateProduct>
  </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>
    <DeactivateProductResponse xmlns="http://licensingservice.avid.com">
      <DeactivateProductResult>
        <ActivationKeyItem>
          <Features>
            <Feature xsi:nil="true" />
            <Feature xsi:nil="true" />
          </Features>
          <OptionKeys>
            <OptionKeyItem xsi:nil="true" />
            <OptionKeyItem xsi:nil="true" />
          </OptionKeys>
          <ActivationKey>string</ActivationKey>
          <Seat_Count>int</Seat_Count>
          <ExpirationDate>dateTime</ExpirationDate>
          <RequestType>Activation or Deactivation or Validation or Registration or Royalty</RequestType>
          <Error>string</Error>
          <LicenseType>string</LicenseType>
          <Exception>string</Exception>
        </ActivationKeyItem>
        <ActivationKeyItem>
          <Features>
            <Feature xsi:nil="true" />
            <Feature xsi:nil="true" />
          </Features>
          <OptionKeys>
            <OptionKeyItem xsi:nil="true" />
            <OptionKeyItem xsi:nil="true" />
          </OptionKeys>
          <ActivationKey>string</ActivationKey>
          <Seat_Count>int</Seat_Count>
          <ExpirationDate>dateTime</ExpirationDate>
          <RequestType>Activation or Deactivation or Validation or Registration or Royalty</RequestType>
          <Error>string</Error>
          <LicenseType>string</LicenseType>
          <Exception>string</Exception>
        </ActivationKeyItem>
      </DeactivateProductResult>
    </DeactivateProductResponse>
  </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 /licensing.asmx HTTP/1.1
Host: activateservice.avid.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>
    <DeactivateProduct xmlns="http://licensingservice.avid.com">
      <SerialNumber>string</SerialNumber>
      <MachineId>string</MachineId>
      <SystemId>string</SystemId>
      <ReferrerType>In_Direct or Direct</ReferrerType>
      <Count>int</Count>
      <ExpirationDate>dateTime</ExpirationDate>
      <Token>string</Token>
    </DeactivateProduct>
  </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>
    <DeactivateProductResponse xmlns="http://licensingservice.avid.com">
      <DeactivateProductResult>
        <ActivationKeyItem>
          <Features>
            <Feature xsi:nil="true" />
            <Feature xsi:nil="true" />
          </Features>
          <OptionKeys>
            <OptionKeyItem xsi:nil="true" />
            <OptionKeyItem xsi:nil="true" />
          </OptionKeys>
          <ActivationKey>string</ActivationKey>
          <Seat_Count>int</Seat_Count>
          <ExpirationDate>dateTime</ExpirationDate>
          <RequestType>Activation or Deactivation or Validation or Registration or Royalty</RequestType>
          <Error>string</Error>
          <LicenseType>string</LicenseType>
          <Exception>string</Exception>
        </ActivationKeyItem>
        <ActivationKeyItem>
          <Features>
            <Feature xsi:nil="true" />
            <Feature xsi:nil="true" />
          </Features>
          <OptionKeys>
            <OptionKeyItem xsi:nil="true" />
            <OptionKeyItem xsi:nil="true" />
          </OptionKeys>
          <ActivationKey>string</ActivationKey>
          <Seat_Count>int</Seat_Count>
          <ExpirationDate>dateTime</ExpirationDate>
          <RequestType>Activation or Deactivation or Validation or Registration or Royalty</RequestType>
          <Error>string</Error>
          <LicenseType>string</LicenseType>
          <Exception>string</Exception>
        </ActivationKeyItem>
      </DeactivateProductResult>
    </DeactivateProductResponse>
  </soap12:Body>
</soap12:Envelope>