DescribeProcess Response |
The result is an XML of detailed description of request processing operation.
The return XML element description:
Table 1 XML Document Element Description
| Element name | O/M | Description |
| Identifier |
Mandatory |
The node identifier. |
| Title |
Mandatory |
Service title information. |
| Abstract |
Optional |
The detailed description. |
| Metadata |
Optional |
Metadata type |
|
Profile |
Optional |
External Description. |
|
processVersion |
Mandatory |
OWS version. |
|
WSDL |
Optional |
WSDL reference url (unsupported) |
|
DataInputs |
Optional |
The input parameter description. Support ComplexData, LiteralData, BoundingBoxData formats |
|
ProcessOutputs |
Mandatory |
The output parameter description. Only support ComplexData format. |
| storeSupported |
Optional |
The boolean value. WPS supports to store the response result to the server. |
|
statusSupported |
Optional |
The boolean value. Not support the return status information. |
DataInputs is used to describe input data of the service operations and mainly contains the following parts:
Table 2 DataInputs Element Description
| Element name | O/M | Description |
| Input |
Mandatory |
The input data description node. |
|
minOccurs |
Mandatory |
The minimum number of this parameter passed (Input property) |
|
maxOccurs |
Mandatory |
The maximum number of this parameter passed (Input property) |
|
ComplexData |
Optional |
Support the ComplexData format of the input data. e.g., GML. |
ProcessOutputs is used to describe output data of the service operations and mainly contains the following parts:
Table 3 ProcessOutputs Element Description
| Element name | O/M | Description |
| Output |
Mandatory |
The result description after performing this operation. |
|
OutputFormChoice |
Mandatory |
Define the output type and provide the support information. e.g., ComplexOutput. |
|
ComplexOutput |
Optional |
The return description which must be the ComplexData that input (Output subnode). |
The response of the Request Sample is as follows: