GetCapabilities Operation - Help
GetCapabilities
Request
This operation is a get request which is easily available from your browser or though a curl command.
Via Browser:
Via curl command:
curl -X GET "https://copa-backend.biomass-maap.com/wps/capabilities?request=getCapabilities&service=wps&version=2.0.0" -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)
The future extension of this layer will implements DescribeProcess which will give additional information on process configuration. In the mean time, please refers to the Algorithm catalog to retrieve process' information
81 Views