laptop and a wrench

Error

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

Última publicación: March 10, 2022 ArcGIS for Server
Número de ID del error BUG-000091287
EnviadoOctober 8, 2015
Última modificaciónJune 5, 2024
Relacionado conArcGIS for Server
Versión encontrada10.3.1
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoWill Not Be Addressed

Información adicional

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.

Solución alternativa

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.

Pasos para reproducir

ID del error: BUG-000091287

Software:

  • ArcGIS for Server

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga