GetCapabilities - Help
GetCapabilities
Request
This operation is a get request which is easily available from your browser or though a curl command.
Via Browser:
https://api.maap.xyz/api/dps/job
Via curl command:
curl -X GET "https://api.maap.xyz/api/dps/job" -H "accept: application/xml" |
Response
The response returned contains 4 main sections providing information of COPA wps capabilities:
- ServiceIdentification provides main service's information
- Contents provides information on the processes available for executionÂ
- Languages provides information on the main language used in service
- OperationsMetadata provides information on the wps operation offered by service
- ServiceProvider provides information on the service provider and contact info
From Contents you are able to get process' description and identifier, which will be useful if you want to launch a process (see section 2: Execute)
76 Views