Versions Compared

Key

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

...

The response is of the type ArrayOfSoap_License which is an array of Soap_License objects.

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:FindLicenseByExpirationDate soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">292c1bb77d6faf51049dc99e3c3e10d624791052</token>
         <expirationDate xsi:type="xsd:string">2021-12-07</expirationDate>
         <offset xsi:type="xsd:int">0</offset>
      </ns:FindLicenseByExpirationDate>
   </soapenv:Body>
</soapenv:Envelope>

...