laptop and a wrench

漏洞

Using string as the data type for the date field value to edit features via the feature service SOAP API in ArcGIS Server 10.3.1 returns the SOAPException error message, "Error processing server request."

上次发布: March 10, 2022 ArcGIS for Server
漏洞 ID 编号 BUG-000091287
已提交October 8, 2015
上次修改时间June 5, 2024
适用范围ArcGIS for Server
找到的版本10.3.1
操作系统N/A
操作系统版本N/A
状态Will Not Be Addressed

附加信息

This issue was logged against a version of the software which is no longer supported, and has not had activity in some time. We apologize that we were unable to address this issue within the current product life cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.

解决办法

Parse the string value into the DateTime format using the code:

string inputDate = "10/08/2015";

DateTime pDT = new DateTime();

DateTime.TryParse(inputDate, out pDT);

dateProp.Value = inputDate;

However, string values work for other versions prior to ArcGIS Server 10.3.1.

重现步骤

漏洞 ID: BUG-000091287

软件:

  • ArcGIS for Server

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项