GetDomain Request

Feedback


Request parameters

The GetDomain operation follows the HTTP protocol. The user terminal submits a request to the server. The main request parameters are as follows:

Table 1 Main Parameters of Get Domain Operation Request

Request parameters Whether it is required Description
SERVICE=CSW

Yes

Service type

Request CSW Service, request type needs to be set to " CSW ".

REQUEST=GetDomain

Yes

The name of the requested operation

Request a Get Domain operation. The request name must be set to "Get Domain".

VERSION=version

Yes

Version number of the service support

The version number of the service needs to be set to "2.0.2".

 
Describe:The capitalization of parameters is not mandatory, and the order of requesting parameters can also be arranged in any order.

GET request

The operation of GetDomain and the Get request are as follows:

<ServiceRoot>?SERVICE=CSW&REQUEST=GetDomain&VERSION=2.0.2

ServiceRoot is the URI root directory of the service. Please refer to URI Settings .

The GetDomain operation follows the HTTP protocol, for example, after the SuperMap iServer CSW 2.0.2 service on the local machine is successfully started, the address of the URI for the Get method to access the GetDomain operation is: http://localhost:8090/iserver/services.csw?SERVICE=CSW&REQUEST=GetDomain&VERSION=2.0.2.

POST request

The GetDomain operation POST is requested as follows:

The GetDomain operation follows the HTTP protocol. The user terminal can also submit a request to the server in the POST mode, for example, after the successful startup of the SuperMap iServer CSW 2.0.2 service on the local machine, the address of the URI used for POST access to the GetDomain operation is: http://localhost:8090/iserver/services.csw?SERVICE=CSW&REQUEST=GetDomain&VERSION=2.0.2.

An example of a request entity is as follows:

The response result of this request example is shown in the Response Example.