ArcGIS for Server documentation must state that Server Object Extensions (SOEs) are only supported for map and image services.
上次发布: August 25, 2014ArcGIS for Server
漏洞 ID 编号
NIM099380
已提交
February 26, 2014
上次修改时间
June 5, 2024
适用范围
ArcGIS for Server
找到的版本
10.2.1
编程语言
C#
修正版本
10.3.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
附加信息
Documented.
解决办法
1)Change the ServerObjectType element of the SOE class to either 'ImageServer' or 'MapServer'.2)Build the project.3)Open the .soe file that was generated using zip-file software of choice (e.g. 7-zip).4)Edit the Config.xml file, changing the <Name> element value under the <ServerObjectType> element to the actual SOE type (e.g. GeoDataServer).5)Save the Config.xml / .soe file changes and deploy as normal.The web help documentation has been updated to state that SOEs are only supported for map and image services:<a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004s5000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004s5000000/</a><a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004s7000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004s7000000/</a><a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004s9000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004s9000000/</a><a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004s8000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004s8000000/</a><a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004s6000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004s6000000/</a><a href="http://resources.arcgis.com/en/help/main/10.2/#//0154000004v9000000/" target="_blank">http://resources.arcgis.com/en/help/main/10.2/#//0154000004v9000000/</a>