Versions Compared

Key

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

...

The response is of the type Soap_ActivationCounters which is the result object for Soap_Response_ActivationCounters.

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="http://www.lac0.pl:8080/soap/type/vendor/version/1">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:GetActivationCounters soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <token xsi:type="xsd:string">292dac253335984aaac6fae0a94da79e8e3874da</token>
      </ns:GetActivationCounters>
   </soapenv:Body>
</soapenv:Envelope>

...