Publishing a geocode service using CreateGeocodeSDDraft (arcpy) does not display the service description under the tag 'Service Description' in the REST end point.
上次发布: August 19, 2020ArcGIS for Server
漏洞 ID 编号
BUG-000086595
已提交
April 2, 2015
上次修改时间
April 2, 2025
适用范围
ArcGIS for Server
找到的版本
10.2.2
操作系统
Windows OS
操作系统版本
2008 R2 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
The service description is still accessible from the ItemInfo of the service.1. Scroll to the bottom of the page, and click 'Info' next to Child Information2. Click 'Iteminfo'. The full service description now can be seen.If users needs to extract the service description, use the ItemInfo request:http://<hostname>/arcgis/rest/services/<servicename>/GeocodeServer/info/iteminfo?f=json orhttp://<hostname>/arcgis/rest/services/<servicename>/GeocodeServer/info/iteminfo?f=html(See the URL http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item_Information/02r300000104000000/ )