Problem


I have tried printing a DHL shipping label and am seeing an error returned:


111: Error in parsing request XML:Error: Datatype error: In element 'City' : Value  'Chinchilla de Monte-Arag�n (Albacete)' with length '37' exceeds maximum length   facet of '35'.. at line 25, column 5


Solution


The error is being returned because the city name exceeds the maximum allowed character limit. The limit for the city field is 35 characters. Edit the order details to ensure the correct spelling is specified in the Town field.