I have created a geoprocessing service by creating a tool from a python script, then running the tool in ArcCatalog on our server, and then Share As>Geoprocessing Service on the results in the Geoprocessing>Results window. The service was successfully created because I can see it in Server Manager.
The tool takes two inputs and outputs a file to a specified file path on the server, but I'm wondering if I can provide those inputs using query strings in the URL it created to the service. If not, how is the tool supposed to be given inputs?
I'm using ArcGIS Server 10.1 and Windows Server 2008.