Structure of URI
In SuperMap iServer, SuperMap iEdge, the structure of the root directory of URI of a service is SuperMap iServer service root path/service component name/service interface name. If the service component name is map-world and the service interface name is rest, the URI for this service is: http://localhost:8090/iserver/services/map-world/rest
Please refer to SuperMap iServer Services Introduction for the information about service provider, service component, service interface which appears in SuperMap iServer, SuperMap iEdge. See Configuration for Each Layer of iServer Architecture for the information about the service configuration. See Setting the Service URI for the information about URI settings.
Default URI
After starting services successfully, you can access the services in the following ways :
Access iServer Manager
http://<server>:<port>/iserver/manager/,local address relative address
Access available services
Access all the current services available on SuperMap iServer:
http://<server>:<port>/iserver/services,local address relative address
Access services available based on a service component (e.g. map-world):
http://<server>:<port>/iserver/services/map-world,local address relative address
Access REST services
http://<server>:<port>/iserver/services/components-rest/rest,local address relative address
Access WMS 1.1.1 services
GetCapabilities
http://<server>:<port>/iserver/services/map-world/wms111/World Map?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities,local address relative address
- GetMap
http://<server>:<port>/iserver/services/map-world/wms111/World Map?VERSION=1.1.1&REQUEST=GetMap&layers=0.11,0.10&STYLES=&SRS=EPSG:4326&BBOX=-180.0,-90.0,180.0,90.0&WIDTH=800&HEIGHT=400&FORMAT=image/png,local address relative address
- GetFeatureInfo
http://<server>:<port>/iserver/services/map-world/wms111/World Map?VERSION=1.1.1&REQUEST=GetFeatureInfo&SRS=EPSG:4326&layers=0.8,0.7,0.6&STYLES=&BBOX=-180.0,-90.0,180.0,90.0&WIDTH=800&HEIGHT=400&QUERY_LAYERS=0.8&X=650&Y=150,local address relative address
Access WMS 1.3.0 services
- GetCapabilities
http://<server>:<port>/iserver/services/map-world/wms130/World Map?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities,local address relative address
- GetMap
http://<server>:<port>/iserver/services/map-world/wms130/World Map?VERSION=1.3.0&REQUEST=GetMap&LAYERS=0.11,0.10&STYLES=&CRS=CRS:84&BBOX=-180,-90,180,90&WIDTH=800&HEIGHT=400&FORMAT=image/png,local address relative address
- GetFeatureInfo
http://<server>:<port>/iserver/services/map-world/wms130/World Map?VERSION=1.3.0&REQUEST=GetFeatureInfo&LAYERS=0.8,0.5,0.4,0.3&STYLES=&CRS=CRS:84&BBOX=-180,-90,180,90&WIDTH=800&HEIGHT=400&FORMAT=image/png&QUERY_LAYERS=0.8&INFO_FORMAT=text/xml&I=650&J=150,local address relative address
Access WFS 1.0.0 services
- GetCapabilities
http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.0.0,local address relative address
- DescribeFeatureType
http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&OUTPUTFORMAT=XMLSCHEMA&TYPENAME=World:Countries,local address relative address
- GetFeature
http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=World:Capitals&MAXFEATURES=5,local address relative address
Access WFS 2.0.0 services
- GetCapabilities
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&ACCEPTVERSIONS=2.0.0&REQUEST=GetCapabilities,local address relative address
- DescribeFeatureType
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeFeatureType&OUTPUTFORMAT=text/xml;subtype=gml/3.2&TYPENAME=World:Countries,local address relative address
- GetPropertyValue
- Query
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetPropertyValue&TYPENAMES=World:Capitals&VALUEREFERENCE=CAPITAL&FILTER=<fes:Filter><fes:And><fes:PropertyIsEqualTo><fes:ValueReference>World:COUNTRY</fes:ValueReference><fes:Literal>United States</fes:Literal></fes:PropertyIsEqualTo><fes:PropertyIsEqualTo><fes:ValueReference>World:CAPITAL</fes:ValueReference><fes:Literal>Washington</fes:Literal></fes:PropertyIsEqualTo></fes:And></fes:Filter>,local address relative address
- StoredQuery
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetPropertyValue&VALUEREFERENCE=CAPITAL&STOREDQUERY_ID=urn:ogc:def:query:OGC-WFS::GetFeatureById&ID=World.Capitals.8,local address relative address
- GetFeature
- Query
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&TYPENAMES=World:Capitals&FILTER=<fes:Filter><fes:And><fes:PropertyIsEqualTo><fes:ValueReference>World:COUNTRY</fes:ValueReference><fes:Literal>United States</fes:Literal></fes:PropertyIsEqualTo><fes:PropertyIsEqualTo><fes:ValueReference>World:CAPITAL</fes:ValueReference><fes:Literal>Washington</fes:Literal></fes:PropertyIsEqualTo></fes:And></fes:Filter>,local address relative address
- StoredQuery
http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&STOREDQUERY_ID=urn:ogc:def:query:OGC-WFS::GetFeatureById&ID=World.Capitals.8,local address relative address
- ListStoredQueries
http://<server>:<port>/iserver/services/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=ListStoredQueries,local address relative address
- DescribeStoredQueries
http://<server>:<port>/iserver/services/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeStoredQueries&STOREDQUERY_ID=urn:ogc:def:query:OGC-WFS::GetFeatureById,local address relative address
Access WMTS 1.0.0 services
- GetCapabilities
http://<server>:<port>/iserver/services/map-world/wmts100/1.0.0/WMTSCapabilities.xml,local address relative address
- GetTile
http://<server>:<port>/iserver/services/map-world/wmts100/world_Day/default/GlobalCRS84Scale_world_Day/2/0/0.png,local address relative address