In the SubmitRequestResponse the service provides information about the status of a submitted task, ie whether the task has been accepted or not.
parameters
Mandatory parameters for this answer :
- taskID - the unique ID for this task
- status < / strong > - specifies whether the task has been accepted or not. Possible values are:
- confirmed
- rejected
- incomplete request
- pending
- rejected, alternative available li>
- LatestResponseTime - The answer will be shipped no later than that date. If by then there is no response , the task is considered to be "rejected"
Optional parameters for this request:
- estimatedToC - the service can specify when to expect the completion of this task
- description - a description/justification for the given response
- alternative - if the execution with the desired parameters should not be possible for some reason, alternative parameters can be offered here li>
An example of a SubmitRequestResponse:
<?xml version="1.0" encoding="UTF-8"?> <SubmitRequestResponse xmlns="http://www.opengis.net/sps" xmlns:gml="http://www.opengis.net/gml"> <taskID>23</taskID> <status>confirmed</status> <LatestResponseTime> <gml:TimeInstant> <gml:timePosition>2014-02-09T18:00:00</gml:timePosition> </gml:TimeInstant> </LatestResponseTime> </SubmitRequestResponse>
Share:
Add comment