With the CancelRequestResponse the SPS confirms the termination.

Parameters

Mandatory parameters for this answer:

  • taskID - Identifies the task
  • status - Status of this request. Possible values ​​are:
    • confirmed
    • rejected

Optional parameters for this answer:

  • description - a description/justification for the given response li>
    ul>
    An example of a CancelRequestResponse:
    <?xml version="1.0" encoding="UTF-8"?>
    <CancelRequestResponse xmlns="http://www.opengis.net/sps">
        <taskID>23</taskID>
        <status>confirmed</status>
    </CancelRequestResponse>
    

Add comment