In the Update Request Response the service indicates, whether the task with the new values was accepted.
Parameters
Mandatory parameters for this response:
- taskID - the unique ID for this task
- status - specifies whether the task has been accepted or not . Possible values are:
- confirmed
- rejected
- incomplete request
Optional parameters for this response:
- estimatedToC - in this case the service can specify when to expect the completion of this task is
- missing parameters - if the service answers with "incomplete request", here the missing parameters are listed
An example of an UpdateRequestResponse:
<?xml version="1.0" encoding="UTF-8"?> <UpdateRequestResponse xmlns="http://www.opengis.net/sps" xmlns:gml="http://www.opengis.net/gml"> <taskID>23</taskID> <status>confirmed</status> </UpdateRequestResponse>
Share:
Add comment