With a Cancel-Request the SPS is told, that a Client has finished tasking the Service. So all occupied resources are released and can be used by an other client.

Parameter

Mandatory parameters for the request:

  • service – set to SPS
  • request – set to Cancel
  • version – for this SPS-version set to “1.0.0″
  • taskID – the unique ID this task is registered with in the SubmitRequestResponse

Example of a Cancel-Request:

<?xml version="1.0" encoding="UTF-8"?>
<Cancel xmlns="http://www.opengis.net/sps" service="SPS" version="1.0.0">
    <taskID>23</taskID>
</Cancel>

The service responds with a CancelRequestResponse

Add comment