Versions Compared

Key

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

...

No Format
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns="https://license.x-formation.com/soap/type/vendor/version/1?wsdl2">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:DeactivateLicenseOrderResetDeactivationCounter soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">e84b130bcd3fdf26644064098acdf9f3e5a3bfaa<>dfe34ea4e14ed0be9c25002abf8b3986dd5fe22b</token>
         <activationKey xsi:type="xsd:string">8YIVD>KYZAV-UGBMHOB4XS-O77N6ZJTN4-4TPD6<P2AVA</activationKey>
      </ns:DeactivateLicenseOrder>ResetDeactivationCounter>
   </soapenv:Body>
</soapenv:Envelope>

...

No Format
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="https://license.x-formation.com/soap/type/vendor/version/1?wsdl2"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
   <SOAP-ENV:Body>
      <ns1:DeactivateLicenseOrderResponse>ResetDeactivationCounterResponse>
         <return xsi:type="ns1:Soap_Response">
            <result_code xsi:type="xsd:int">0</result_code>
            <result_string xsi:nil="true"/>
         </return>
      </ns1:DeactivateLicenseOrderResponse>ResetDeactivationCounterResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>