Versions Compared

Key

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

...

See ID fields for information about using the ID field.

Return values

On success, the result string contains a license order template as described above.

On failure, the result string contains an error message. See Return codes for further information on error messagesThe response is of the type Soap_Object_LicenseOrder.

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?wsdl">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetLicenseOrderTemplate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">bf1a02f2554e71b6867dae307956a2e4fa1abe1e</token>
         <productTemplateId xsi:type="xsd:int">1</productTemplateId>
         <customerId xsi:type="xsd:int">1</customerId>
      </ns:GetLicenseOrderTemplate>
   </soapenv:Body>
</soapenv:Envelope>

...