Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The GetLicenseOrderList GetLicenseList function is used to get a list of licenses activated for a given activation key.  

...

The response is of the type Soap_Response_List_License, with result_array of type ArrayOfSoap_License.

Example request

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">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetLicenseList soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">f3dd32af35da1c79f9ff2ed9b32350ab10bf132c</token>
         <activationKey xsi:type="xsd:string">XSFGS-270T9-4PWEI-4TE4Q</activationKey>
         <offset xsi:type="xsd:int">0</offset>
      </ns:GetLicenseList>
   </soapenv:Body>
</soapenv:Envelope>

...