Publish Vehicle Routing Problem Layer on ArcGIS Server

1813
2
Jump to solution
02-25-2016 05:47 AM
MohamedNabil1
New Contributor II

Hi,

I am trying to publish vehicle routing problem service on ArcGIS for Server.

I performed the following steps:

  1. I created Vehicle Routing Problem layer based on my network dataset using ArcMap
  2. I tested it and it is working fine on ArcMap
  3. Then I published the mxd as a service and enabled network analysis capability.

But I couldn't find the service under /arcgis/rest/services/MyNetwork/NAServer

However if I did the same steps for routing layer, it works fine and I can find it at /arcgis/rest/services/MyNetwork/NAServer/Route

0 Kudos
1 Solution

Accepted Solutions
FreddieGibson
Occasional Contributor III

I believe that the only NAServer operations currently supported are Route, Service Area, and Closest Facility. For VRP you would have to leverage a geoprocessing service.

View solution in original post

2 Replies
FreddieGibson
Occasional Contributor III

I believe that the only NAServer operations currently supported are Route, Service Area, and Closest Facility. For VRP you would have to leverage a geoprocessing service.

NicolasGIS
Occasional Contributor III

Hello,

Thanks for this precison.

Just wondering whether it was scheduled to add this fonctionnality to ArcGIS Server in the future release and also to integrate it in the JS API ?

Cheers,

Nicolas

0 Kudos