In the GetFeasibilityRequestResponse the service informs a client whether the requested task with the supplied parameters is feasible, and whether the required resources for this task are free and available.
parameters
Mandatory parameters for this response:
- feasibilityID - a unique ID for the result of a specific request
- feasibility - specifies whether the task is feasible or not. Possible values are:
- feasible
- not feasible
- response delayed, notification will be sent
- request incomplete
- not feasible, alternative available
- LatestResponseTime - The answer will be shipped no later than that date. If by then there is no response , the task is considered "not feasible"
Optional parameters for this answer :
- description - a description/justification for the given response
- alternative - if the execution of a task is not possible with the desired parameters for some reason, alternative parameters can be offered here
An example of a GetFeasibilityRequestResponse:
<?xml version="1.0" encoding="UTF-8"?>
<GetFeasibilityRequestResponse xmlns="http://www.opengis.net/sps" xmlns:gml="http://www.opengis.net/gml">
<feasibilityID>3</feasibilityID>
<feasibility>feasible</feasibility>
<LatestResponseTime>
<gml:TimeInstant>
<gml:timePosition>2014-02-09T18:00:00</gml:timePosition>
</gml:TimeInstant>
</LatestResponseTime>
</GetFeasibilityRequestResponse>Share:
Add comment