Select to view content in your preferred language

Exposing GeoProcessing Routines to the Web

612
1
07-16-2012 08:34 AM
JamieJackson
New Contributor
I've got a couple of GeoProcessing scripts.

The first takes a CSV of addresses, geocodes and does some custom GeoProcessing, and returns a CSV of the original addresses plus extra columns containing the results.

The second is similar to the first, but it takes a single address, with address components as parameters, and returns the GeoProcessing results.

What's the recommended way to expose these to the Web?
Tags (2)
0 Kudos
1 Reply
JakeSkinner
Esri Esteemed Contributor
Hi Jamie,

Take a look at the following tutorial on Publishing Geoprocessing Services.
0 Kudos