服务访问

发送反馈


服务的 URI 地址构成说明

SuperMap iServer、SuperMap iEdge 中,各个服务发布的 URI 根目录构成为:“iServer 服务发布的根路径/服务组件名/服务接口名”, 默认的发布路径为“http://localhost:8090/iserver/services”,如果发布的服务所使用的服务组件名称为 map-world ,服务接口名称为 rest(REST 服务),则该服务的 URI 地址为: http://localhost:8090/iserver/services/map-world/rest

SuperMap iServer、SuperMap iEdge中有服务提供者、服务组件、服务接口的概念,请参见 SuperMap iServer 服务介绍 ,服务的配置情况请参见 服务配置,服务的 URI 设置请参见 服务的 URI 设置

服务默认的 URI 地址

服务启动成功之后,可通过以下方式访问:

访问服务管理页面

http://<server>:<port>/iserver/admin-ui/services/serviceManagement,本地访问地址 相对访问地址

访问当前所有可用的服务

访问当前可用的所有服务:

http://<server>:<port>/iserver/services,本地访问地址 相对访问地址

访问基于某个服务组件(map-world)可用的所有服务:

http://<server>:<port>/iserver/services/map-world,本地访问地址 相对访问地址

访问 REST 服务

 http://<server>:<port>/iserver/services/components-rest/rest,本地访问地址 相对访问地址 

访问 WMS 1.1.1 服务

http://<server>:<port>/iserver/services/map-world/wms111/World Map?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

访问 WMS 1.3.0 服务

http://<server>:<port>/iserver/services/map-world/wms130/World Map?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

访问 WFS 1.0.0 服务

http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&REQUEST=GetCapabilities&VERSION=1.0.0,本地访问地址 相对访问地址

http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&OUTPUTFORMAT=XMLSCHEMA&TYPENAME=World:Countries,本地访问地址 相对访问地址

http://<server>:<port>/iserver/services/data-world/wfs100?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=World:Capitals&MAXFEATURES=5,本地访问地址 相对访问地址

访问 WFS 2.0.0 服务

http://<server>:<port>/iserver/services/data-world/wfs200?SERVICE=WFS&ACCEPTVERSIONS=2.0.0&REQUEST=GetCapabilities,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

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>美国</fes:Literal></fes:PropertyIsEqualTo><fes:PropertyIsEqualTo><fes:ValueReference>World:CAPITAL</fes:ValueReference><fes:Literal>华盛顿</fes:Literal></fes:PropertyIsEqualTo></fes:And></fes:Filter>,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

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>美国</fes:Literal></fes:PropertyIsEqualTo><fes:PropertyIsEqualTo><fes:ValueReference>World:CAPITAL</fes:ValueReference><fes:Literal>华盛顿</fes:Literal></fes:PropertyIsEqualTo></fes:And></fes:Filter>,本地访问地址 相对访问地址

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,本地访问地址 相对访问地址

http://<server>:<port>/iserver/services/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=ListStoredQueries,本地访问地址 相对访问地址

http://<server>:<port>/iserver/services/wfs200?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeStoredQueries&STOREDQUERY_ID=urn:ogc:def:query:OGC-WFS::GetFeatureById,本地访问地址 相对访问地址

访问 WMTS 1.0.0 服务

http://<server>:<port>/iserver/services/map-world/wmts100/1.0.0/WMTSCapabilities.xml,本地访问地址 相对访问地址

http://<server>:<port>/iserver/services/map-world/wmts100/世界地图_Day/default/GlobalCRS84Scale_世界地图_Day/2/0/0.png,本地访问地址 相对访问地址