Using the World Routing subscription

The World Routing subscription provides online routing capabilities published and hosted by ESRI. These routing tasks are based on Tele Atlas 2009 reference data for North America and Europe. The subscriptions are available in blocks of 5,000 routes, including 20 route stops and 250 barriers per route, or for commercial purposes. You need ArcGIS Server 9.3.1 or higher to be able to use the ArcGIS Online World Routing subscription.

The following online routing tasks are available with the World Routing subscription:

After you activate your subscription for World Routing, see the appropriate section below and follow the instructions to get started using the content:

ArcGIS Server Web ADF

To connect to ArcGIS Server Web ADFs, use the URL: http://premiumtasks.arcgisonline.com/arcgis/services.

When prompted for authentication, enter the ESRI Global Account username and password that was activated for the subscription.

NOTE: Your ESRI Global Account username and password are case sensitive.

See the Network Analysis Services topic, specifically the section Using the service, for a list of links to code examples for various platforms and application types.

ArcGIS APIs

ArcGIS API for Flex, JavaScript, Silverlight, mobile, and REST users should use the following server connection for Web applications: http://premiumtasks.arcgisonline.com/arcgis/rest

ArcGIS Server SOAP API users should use the following server connection for Web applications: http://premiumtasks.arcgisonline.com/arcgis/services

To use your subscription with ArcGIS Flex and REST APIs:

  1. To see the content available with the World Routing subscription, use the following URL: http://premiumtasks.arcgisonline.com/server/rest. When you are prompted for a username and password, use your ESRI Global Account that was activated for the subscription.
    NOTE: Your ESRI Global Account username and password are case sensitive.
  2. Obtain a Development API Key (token) to use the World Routing subscription in your ArcGIS API applications.
  3. To include the Development API Key (token) in your application, append the token to your URL. For example:
    http://premiumtasks.arcgisonline.com/server/rest/NetworkAnalysis/ESRI_Route_NA/NAServer?token=abcdefg

    Replace abcdefg with the Development API Key (token) you obtained in step 2.

For information on using the ArcGIS Online routing tasks with an ArcGIS API, see the documentation for the appropriate API.

See the Network Analysis Services topic, specifically the section Using the service, for a list of links to code examples for various platforms and application types.