Using services

To use an ArcGIS Server service in the ArcGIS API for WPF, you need to know the URL of the service. URLs can vary but will often look like the following for ArcGIS Server services:

http://www.example.com/arcgis/rest/services/ExampleService/MapServer

Using map services

You can obtain information about a map service either from your ArcGIS Server administrator or by searching the ArcGIS Services Directory.

In addition to the service's URL, you may also need further information to use a map service:

Using other service types

Other services require different information. For example, geocoding services define address fields for input. You provide the input, such as a street, city, state, and postal code, to return one or more locations as a result. Each location includes a set of candidate fields. Geoprocessing services can contain one or more tasks. Each task maintains a set of input and output parameters. You provide input parameters to generate results as output. These parameters have specific data types and may or may not be required. Image services operate like map services but provide dynamic, interactive access to raster imagery. A geometry service (one per ArcGIS Server site, named "Geometry") exposes a set of standard utility methods. Most of the methods involve operations on geometry, such as changing spatial reference, buffering, or measuring area and distance.

This data can be obtained from the ArcGIS Services Directory associated with the ArcGIS Server site you want to use. In addition, some services may be secure so only authorized users may access them.

1/23/2012