DescribeProcess Request |
Parameters for the DescribeProcess operation are listed in the following table.
Table 1 Parameters in DescribeProcess operation request
Request Parameters | O/M | Description |
SERVICE=WPS |
Mandatory |
Service type. Request WPS service and shall be "WPS".Request=GetTile |
REQUEST=DescribeProcess |
Mandatory |
Request name. Request DescribeProcess operation. Shall be "DescribeProcess". |
VERSION=version |
Mandatory |
Supported version. The version is 1.0.0. |
LANGUAGE=Language |
Optional |
Supported languages. Listed in the Languages element of Capabilities. |
IDENTIFIER=Identifier |
Mandatory |
Supported processing name This opration name must be selected on the ProcessOffering node of the Capabilities document. |
Note:The case of parameters is not mandatory, and request parameters can be arranged in an arbitrary order.
Request methods of the DescribeProcess operation are as follows:
<ServiceRoot>?SERVICE=WPS&VERSION=version&REQUEST=DescribeProcess&LANGUAGE=Language&IDENTIFIER=Identifier
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 DescribeProcess operation is: http://localhost:8090/iserver/services/spatialanalyst-changchun/wps100?SERVICE=WPS&REQUEST=DescribeProcess&VERSION=1.0.0&LANGUAGE=en-CA&IDENTIFIER=Buffer.
Please refer to Response sample to see the result.