In a REST enabled custom SOE, the input parameters to REST operation are preformatted or altered.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM066611
已提交
March 25, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS Server (.NET)
找到的版本
10.0
编程语言
C#
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
For the case presented here, since the value is a number, it is stored as a number which will not include preceding zeros.
解决办法
If the value is a number, then it is stored as a number which will not include preceding zeros.Some possible solutions are:1. Pass the input as a string to preserve such formatting.2. Include an additional numberformat parameter as input to the SOE. SOE will format the input number using the format specified in numberformat input parameter.