With the ArcGIS API for Javascript I created a web application that accesses my before published geoprocessing service. The result of the service are a set of points and are displayed on the map. Here is the way how I display the points (symbol is a simple Marker Symbol):
var features = results[0].value.features;for (var i=0; i
var features = results[0].value.features;for (var i=0; i