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?