laptop and a wrench

Bug

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."

Last Published: March 10, 2022 ArcGIS for Server
Bug ID Number BUG-000091287
SubmittedOctober 8, 2015
Last ModifiedJune 5, 2024
Applies toArcGIS for Server
Version found10.3.1
Operating SystemN/A
Operating System VersionN/A
StatusWill Not Be Addressed

Additional Information

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.

Workaround

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.

Steps to Reproduce

Bug ID: BUG-000091287

Software:

  • ArcGIS for Server

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options