Description
When using multi-byte language, the Buffer template does return results.
Cause
The XML to Java API has not been internationalized yet.
Workaround
- Open the arcgis_webapps.properties file in a text editor. This file is in <ArcGIS Server Installation Directory>/DeveloperKit/Templates/Java/WEB-INF/classes.
- In the file, set the useXMLRecordSet property to false:
useXMLRecordSet = false
- Save the file.
- Stop and restart the associated service.