The GetStatus query provides a way to obtain information on the status of execution of a task.
The GetStatus request must be made in the form of a POST request .
Parameters
Mandatory parameters for this request:
- service - set to SPS
- request - set to GetStatus
- version - for this SPS-version set to “1.0.0″
- taskID - the unique ID that is assigned to the task in SubmitRequestResponse
Optional parameters for this request:
- notificationTarget -
Example of a GetStatus request.
<?xml version="1.0" encoding="UTF-8"?> <GetStatus xmlns="http://www.opengis.net/sps" service="SPS" version="1.0.0"> <taskID>23</taskID> </GetStatus>
The service responds to this request with an GetStatusRequestResponse
Share:
Add comment