laptop and a wrench

Bogue

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

Dernière publication: March 10, 2022 ArcGIS for Server
Numéro d’ID de bogue BUG-000091287
EnvoiOctober 8, 2015
Dernière modificationJune 5, 2024
S’applique àArcGIS for Server
Version trouvée10.3.1
Système d’exploitationN/A
Version du système d’exploitationN/A
StatutWill Not Be Addressed

Informations supplémentaires

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.

Solution de contournement

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.

Étapes pour reproduire

ID de bogue: BUG-000091287

Logiciel:

  • ArcGIS for Server

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Obtenir de l’aide auprès des experts ArcGIS

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement