GetCapabilities Request |
Parameters for the GetCapabilities operation are listed in the following table.
Table 1 Main parameters of the GetCapabilities operation request
Request Parameters | O/M | Description |
SERVICE=WPS |
Mandatory |
Service type. Value is WPS. |
REQUEST=GetCapabilities |
Mandatory |
Request type. Value is GetCapabilities. |
ACCEPTVERSIONS=version |
Optional |
Supported version.It must be 1.0.0. |
LANGUAGE=Language |
Optional |
Language name. Supported language names, such as zh-CN, en-US. |
Note:The case of parameters is not mandatory, and request parameters can be arranged in an arbitrary order.
An example of GetCapabilities operation is as follows:
<ServiceRoot>?SERVICE=WPS&REQUEST=GetCapabilities
ServiceRoot is the service URI root directory. Please see Setting the Service URI.
For example, after the local SuperMap iServer 6R WPS 1.0.0 service is started successfully, the URI of accessing the GetCapabilities operation is: http://localhost:8090/iserver/services/map-world/wms111/WorldMap_Day?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities.
Please refer to Response sample to see the result.