<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Routing with Local Data in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238378#M1098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Right-click on them in Model Builder, select Properties, Data Type tab select a Feature Set as the data type, and import the schema from a point feature class. (A blank one with the correct spatial reference is probably best for the initial test.)&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Now when you double click on your Model in ArcMap, you will see your Feature Set Parameters get added as Layers to your map.&amp;nbsp; Click on each parameter in the GP tool dialog and populate the parameters.&amp;nbsp; Then run the tool.&amp;nbsp; You should see a resulting route produced on the map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the part that doesn't work.&amp;nbsp; They are set to a feature class type.&amp;nbsp; And I selected "Route/Stops" and "Route/Point Barriers" as the schemas.&amp;nbsp; I don't know what else to set them to, as the only "data" file I have is the street network shape file that I started from.&amp;nbsp; Then when I try to run it I get the error saying there isn't any valid input for a route, because there aren't any stops defined.&amp;nbsp; But when I tried defining stops (see yesterday's post) it didn't give me a result then either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something elementary?&amp;nbsp; I don't have a shape file with "stops" defined.&amp;nbsp; I have a shape file with a road network.&amp;nbsp; I have used that same shape file to create my map pack, my tile pack, my address locator, this is the last piece.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 23:33:18 GMT</pubDate>
    <dc:creator>JamesMcElroy</dc:creator>
    <dc:date>2011-09-01T23:33:18Z</dc:date>
    <item>
      <title>Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238365#M1085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to do routing with local data instead of using a web service.&amp;nbsp; I've created my Network dataset and route layer successfully.&amp;nbsp; I exported it as a Map Pack and tried using that in the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;_routeTask = new RouteTask("D:\\MyRoute.mpk");&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;line and then when I tried to run the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; _routeTask.SolveAsync&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;command it returns failed with the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"An exception occurred during a WebClient request." &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with an internal exception of:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Unable to cast object of type 'System.Net.FileWebRequest' to type 'System.Net.HttpWebRequest'."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So obviously it's expecting a URL and not a filepath in the constructor of the RouteTask, which is interesting since the FindTask and the Locator both accept filepaths.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong here?&amp;nbsp; Did I go wrong with exporting as a map pack?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 08:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238365#M1085</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-24T08:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238366#M1086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You�??re not doing anything wrong, at this time the Runtime does not support the RouteTask with local resources.&amp;nbsp; Routing is supported by geoprocessing model and then creating a Geoprocessing Package (gpk) with runtime support enabled from that model.&amp;nbsp; We are looking into adding this support in the future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 13:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238366#M1086</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-08-24T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238367#M1087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alright, I tried this, but I'm having a different problem.&amp;nbsp; If I right-click my "Make Route Layer" result in ArcGIS and share result as a geoprocessing package it lets me create the gpk, but doesn't have runtime support enabled.&amp;nbsp; But in Catalog, when I run the "Data Management Tools/Package/Package Result" tool and add the same "Make Route Layer" result and check the enable runtime checkbox (see error1a.jpg) it runs immediately, says successful, but doesn't actually create the file (see error1b.jpg).&amp;nbsp; So now what am I doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 22:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238367#M1087</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-24T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238368#M1088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*bump*....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 12:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238368#M1088</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-29T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238369#M1089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When using Geoprocessing with the Runtime you want to think of it in a similar way as you would when creating Geoprocessing services for Server.&amp;nbsp; For the Runtime you wouldn�??t just package a single tool. There are certain data types that are not supported as inputs and outputs, so you would want to massage these through the model and have the model produce the result you are looking for, in this case the route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example you would build a model that does your routing, something like taking the Make Route Layer -&amp;gt; Add Locations -&amp;gt; Solve -&amp;gt; Select Data and select your routes.&amp;nbsp; Set your Input Locations as a parameter and then change the data type to �??Feature Set�?�.&amp;nbsp; And set the Route result as the output Parameter.&amp;nbsp; Before you package your model you need to enable Runtime support through ArcMap�??s Options window on the Sharing tab.&amp;nbsp; After your run your tool you can package it with Runtime support enabled.&amp;nbsp; This will run a set of analyzers that will tell you if you are using any data types that are not supported, what license level you need your Runtime to be at, and what functionality packages (dlls) you need to include to run this model.&amp;nbsp; Once it�??s packaged, you can then consume it in the Runtime.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 18:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238369#M1089</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-08-29T18:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238370#M1090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ralf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I'm out of my depth here.&amp;nbsp; All I want to do is work with the SDK, and I don't have much experience using ArcMap.&amp;nbsp; Most of what you just said doesn't make any sense to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is what I want to do, a how-to or specific instructions would be most appreciated:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shape file that contains a road network.&amp;nbsp; I want to take that and end up with a local dataset (I guess a gpx) that I can use with the LocalGeoprocessingService and RouteTask objects to do routing in my application.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have managed to use the same file to create both a mpx and an apx to display the data and do geocoding.&amp;nbsp; The last piece is the routing, and creating the gpx for routing appears to be the most complicated.&amp;nbsp; So, how do I create the package needed to do routing from a shape file?&amp;nbsp; Specific steps please or a link to a specific how-to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 04:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238370#M1090</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-30T04:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238371#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is where I've gotten.&amp;nbsp; As you can see I created a Network Dataset from my road shapefile.&amp;nbsp; That created the road_ND network dataset and the road_ND_Junctions layer.&amp;nbsp; Then I clicked on the "Network Analyst"/"New Route" option on the Network Analyst toolbar.&amp;nbsp; That created the "Route" layer and the items in the Left-hand Network Analyst box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I go from here to a gpx that I can reference in my code to solve routing problems using the RouteTask?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 04:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238371#M1091</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-31T04:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238372#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From where I was previously, I tried using ArcToolbox/Network Analysis Tools/Make Route Layer, got that to build.&amp;nbsp; Then tried the right-click "share as" option in the result window.&amp;nbsp; This time it made the file for me.&amp;nbsp; I plugged it into my code and tried to do a routeTask and got this exception in the failed event&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Bad request: GET GPServer/solve The specified task was not found."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now what?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 04:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238372#M1092</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-08-31T04:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238373#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same issue here.&amp;nbsp; I have included the REST output for the URL of both the sample to ESRI's sample site (Route- NetworkAnalaysis ESRI_Route_NA) and the output calling the local service (ArcGISRuntime Server).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The pieces that are missing from my local gpk is the supported operations only include 'Exclude' and is missing 'solve'.&amp;nbsp; Also, I don't see any of the attributes that are part of the RouteTask.&amp;nbsp; So, is there any documentation on how to setup the route layer and/or GPK to include those items so that the gpk can work with the route task?&amp;nbsp; Or is there some other task that should be used for routing with a local service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The setup code for the service is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _localGeoService = new LocalGeoprocessingService(@"D:\Map Data\TestRouteLayer.gpk", GPServiceType.Execute);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _localGeoService.StartCompleted += new EventHandler&amp;lt;EventArgs&amp;gt;(service_StartCompleted);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _localGeoService.StartAsync();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The setup code for the route task is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_routeTask = new RouteTask(_localGeoService.Tasks[0].Url);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;have also tried: localGeoService.Url and localGeoService.Url + "/Route" for assigning urls to the route task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 18:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238373#M1093</guid>
      <dc:creator>MichaelErlich</dc:creator>
      <dc:date>2011-08-31T18:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238374#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In order to run GP tools in the Runtime you really need to build a Model or create a Script tool.&amp;nbsp;&amp;nbsp; James, I know you asked for steps, but I can�??t really describe how to build a model in a forum post, but here is the 10.1 help documentation that gets you started on Model Builder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Creating_tools_with_ModelBuilder/002w0000007v000000/"&gt;http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Tutorial_Creating_tools_with_ModelBuilder/002w0000007v000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you build you model you want to think of it like you are building a Geoprocessing Service, so you need to make sure your input and output parameters are compatible with those of a GP Service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_geoprocessing_service/00570000005w000000/"&gt;http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/What_is_a_geoprocessing_service/00570000005w000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this you will want to change your input location parameter as a Feature Set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#//002w00000023000000.htm"&gt;http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#//002w00000023000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, here are the high level steps to building the model:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Enable Runtime support for sharing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Create a Toolbox in ArcCatalog and add a Model to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Chain together a set of tools using your data, for this type of operation you would chain together Make Route Layer -&amp;gt; Add Locations -&amp;gt; Solve -&amp;gt; Select Data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Set the appropriate inputs as parameters and change them to the appropriate type.&amp;nbsp; In this case the Add Locations tools input, you would change it to a Feature Set type of input.&amp;nbsp; This will allow you to use a GPRecordSetLayer in the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Run the model&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Publish the result as a GPK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you have created a GPK you�??ll need to consume it in the Runtime.&amp;nbsp; This is essentially the same as consuming a online GP service.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Understanding_task_parameter_properties/005700000070000000/"&gt;http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Understanding_task_parameter_properties/005700000070000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For Beta 1, when you spin up your service you can paste the URL into a browser and explore the parameters to better understand how to code against it.&amp;nbsp; We are looking at ways to improve so it is easier to get this parameter info without the additional step.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We do have a little doc on creating packages for the Runtime here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/help/runtime-wpf/help/#/About_Geoprocessing_packages/017000000057000000/"&gt;http://resourcesbeta.arcgis.com/en/help/runtime-wpf/help/#/About_Geoprocessing_packages/017000000057000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I do think we need more documentation on this to help customers properly create GPKs, maybe even some sort of tutorial.&amp;nbsp; Our documentation is still a work in progress.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike, you wouldn�??t pass the GP service into the Rout Task.&amp;nbsp; The model would handle the creation of the route, and the output parameter would be your routing result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a sample GPK that I am trying to figure out how to share with you guys that does point to point routing using the San Francisco sample data that comes with the standard desktop SDK.&amp;nbsp; It�??s too big to add as an attachment to this forum.&amp;nbsp; I�??ll post where it is when I figure out a way.&amp;nbsp; You could then open this in ArcMap, study it, and switch out the data with your own.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For now I added some pictures of the model, which you hopefully will find useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2011 23:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238374#M1094</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-08-31T23:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238375#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ralf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very helpful.&amp;nbsp; I was able to basically reproduce the model example in the screenshot you provided, and I added a couple stops to my network analyst toolbar in ArcMap so that it would run.&amp;nbsp; As you can see, it sees the two stops I provided, it says it ran successfully, but it doesn't put a result in the results window for me to be able to export.&amp;nbsp; Am I missing something here on this last piece?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 06:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238375#M1095</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-09-01T06:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238376#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With creating the geoprocessor service via the gpk from your description above, am I correct in that the RouteTask will only work with ESRI's routing service, and that we will need to use GeoProcessor.Execute instead for our own custom routing by supplying the necessary GPParameter list that corresponds to what the REST service call expects as input parameters to create a route?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, if the file is too big to post here, feel free to post on the ftp that I provided to you; if you don't mind.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 15:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238376#M1096</guid>
      <dc:creator>MichaelErlich</dc:creator>
      <dc:date>2011-09-01T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238377#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you found that post helpful, I was worried that my post would just cause confusion.&amp;nbsp; Now that you have created the Model you don�??t want to use the Network Analyst toolbar to set your points, instead what you want to do is make sure that your input locations are set to the Feature Set data type.&amp;nbsp; Right-click on them in Model Builder, select Properties, Data Type tab select a Feature Set as the data type, and import the schema from a point feature class. (A blank one with the correct spatial reference is probably best for the initial test.)&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when you double click on your Model in ArcMap, you will see your Feature Set Parameters get added as Layers to your map.&amp;nbsp; Click on each parameter in the GP tool dialog and populate the parameters.&amp;nbsp; Then run the tool.&amp;nbsp; You should see a resulting route produced on the map.&amp;nbsp; Open the Results Window from the Geoprocessing menu, right-click on that result and share it as a runtime enabled GPK.&amp;nbsp; This will package the data, inputs, and the result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can then consume the GPK in the Runtime.&amp;nbsp; I�??ve attached some more pictures that hopefully helps.&amp;nbsp; In the first picture you can see I opened my model and populate the feature set with some points.&amp;nbsp; All my feature set get added as layers in the map automatically when I run the model.&amp;nbsp; Then I run the tool and in the second picture I get a result layer. (This is the output parameter)&amp;nbsp; You can then right click the result and share it as a Geoprocessing Package.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ralf,&lt;BR /&gt;&lt;BR /&gt;This is very helpful.&amp;nbsp; I was able to basically reproduce the model example in the screenshot you provided, and I added a couple stops to my network analyst toolbar in ArcMap so that it would run.&amp;nbsp; As you can see, it sees the two stops I provided, it says it ran successfully, but it doesn't put a result in the results window for me to be able to export.&amp;nbsp; Am I missing something here on this last piece?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;James&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 23:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238377#M1097</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-09-01T23:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238378#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Right-click on them in Model Builder, select Properties, Data Type tab select a Feature Set as the data type, and import the schema from a point feature class. (A blank one with the correct spatial reference is probably best for the initial test.)&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Now when you double click on your Model in ArcMap, you will see your Feature Set Parameters get added as Layers to your map.&amp;nbsp; Click on each parameter in the GP tool dialog and populate the parameters.&amp;nbsp; Then run the tool.&amp;nbsp; You should see a resulting route produced on the map.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the part that doesn't work.&amp;nbsp; They are set to a feature class type.&amp;nbsp; And I selected "Route/Stops" and "Route/Point Barriers" as the schemas.&amp;nbsp; I don't know what else to set them to, as the only "data" file I have is the street network shape file that I started from.&amp;nbsp; Then when I try to run it I get the error saying there isn't any valid input for a route, because there aren't any stops defined.&amp;nbsp; But when I tried defining stops (see yesterday's post) it didn't give me a result then either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something elementary?&amp;nbsp; I don't have a shape file with "stops" defined.&amp;nbsp; I have a shape file with a road network.&amp;nbsp; I have used that same shape file to create my map pack, my tile pack, my address locator, this is the last piece.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 23:33:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238378#M1098</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-09-01T23:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238379#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;With creating the geoprocessor service via the gpk from your description above, am I correct in that the RouteTask will only work with ESRI's routing service, and that we will need to use GeoProcessor.Execute instead for our own custom routing by supplying the necessary GPParameter list that corresponds to what the REST service call expects as input parameters to create a route?&lt;BR /&gt;&lt;BR /&gt;Also, if the file is too big to post here, feel free to post on the ftp that I provided to you; if you don't mind.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are correct.&amp;nbsp; To do local Point to Point routing you will need to do this through the Geoprocessor.&amp;nbsp; Sample code would look something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
{
&amp;nbsp;&amp;nbsp; LocalGeoprocessingService pointToPoint = new LocalGeoprocessingService(@"MyGPK.gpk", GPServiceType.Execute);

&amp;nbsp;&amp;nbsp; pointToPoint.StartAsync((x) =&amp;gt;
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (x.Error != null)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBox.Show("Error creating local GP service:\n" + x.Error.Message, "Error", MessageBoxButton.OK, MessageBoxImage.Error);
&amp;nbsp;&amp;nbsp; });

}

// Write some code to populate input Graphics either from a geocode or whatever you like.
// {
// {

// Execute the tool
{
&amp;nbsp;&amp;nbsp; Geoprocessor gp = new Geoprocessor(pointToPoint.UrlGeoprocessingService + "/PointToPointWBarriers");
&amp;nbsp;&amp;nbsp; gp.ExecuteCompleted += new System.EventHandler&amp;lt;GPExecuteCompleteEventArgs&amp;gt;(gp_ExecuteCompleted);
&amp;nbsp;&amp;nbsp; gp.Failed += new System.EventHandler&amp;lt;TaskFailedEventArgs&amp;gt;(gp_Failed);

&amp;nbsp;&amp;nbsp; List&amp;lt;GPParameter&amp;gt; parameters = new List&amp;lt;GPParameter&amp;gt;();
&amp;nbsp;&amp;nbsp; FeatureSet featureSet = new FeatureSet();
&amp;nbsp;&amp;nbsp; featureSet.Features.Add(startPoint);
&amp;nbsp;&amp;nbsp; featureSet.Features.Add(endPoint);
&amp;nbsp;&amp;nbsp; GPFeatureRecordSetLayer inutFeatures = new GPFeatureRecordSetLayer("Input_Locations", featureSet);
&amp;nbsp;&amp;nbsp; parameters.Add(inutFeatures);&amp;nbsp; 
}

void gp_ExecuteCompleted(object sender, GPExecuteCompleteEventArgs e)
{
&amp;nbsp;&amp;nbsp; foreach (GPParameter outParameter in e.Results.OutParameters)
&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (outParameter is GPFeatureRecordSetLayer)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GPFeatureRecordSetLayer outputFeatures = outParameter as GPFeatureRecordSetLayer;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (Graphic graphic in outputFeatures.FeatureSet)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphic.Symbol = this.Resources["LineSymbol"] as ESRI.ArcGIS.Client.Symbols.SimpleLineSymbol;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; graphicsLayer.Graphics.Add(graphic);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp; }
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll upload the sample package to your FTP site if I can't get it in a place where all the beta testers can get to it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238379#M1099</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2021-12-11T12:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238380#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, the sample GPK is uploaded.&amp;nbsp; You should be able to get to it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://betacommunity.esri.com/files/download.aspx/PointToPointWBarriers.gpk?d=0D08C5CF1E0B4D2380C5ABB16FBDB958&amp;amp;p=18BC10576E2C4606AFED3A8870BFE445&amp;amp;n=2D260C03AB1F498F90DB735EFC041782&amp;amp;s=A76CF05EFE6B4517B249DD9403507710&amp;amp;l=66974DEB93534385A83D793393E1F9F4"&gt;https://betacommunity.esri.com/files/download.aspx/PointToPointWBarriers.gpk?d=0D08C5CF1E0B4D2380C5ABB16FBDB958&amp;amp;p=18BC10576E2C4606AFED3A8870BFE445&amp;amp;n=2D260C03AB1F498F90DB735EFC041782&amp;amp;s=A76CF05EFE6B4517B249DD9403507710&amp;amp;l=66974DEB93534385A83D793393E1F9F4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only members of the Beta Community will be able to access it.&amp;nbsp; Let me know if you have troubles.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 00:07:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238380#M1100</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-09-02T00:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238381#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bump to make sure you didn't miss my response two post above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 00:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238381#M1101</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-09-02T00:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238382#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Bump to make sure you didn't miss my response two post above.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;James&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the bump, I did miss your response.&amp;nbsp; It sounds like your model isn�??t set up correctly.&amp;nbsp; Try downloading the sample GPK and study that and try running it as it is within the Runtime.&amp;nbsp; You can use any service and just zoom to San Francisco to get the right coordinates.&amp;nbsp; I beleive the data will solve if you use WGS 84 for your input points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can open the package in ArcMap by double clicking on it; the model will show up in the results window.&amp;nbsp; Then edit the model and replace it with your data.&amp;nbsp; See if you can get that to work, first in ArcMap and then the Runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From your descriptions it sounds like you parameters are not set up properly.&amp;nbsp; To set it to a Feature Set, you have to edit the model and modify the properties of the parameters.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck and let me know how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 18:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238382#M1102</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-09-02T18:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238383#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ralf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get an access denied error trying to download the GPK from the link you provided.&amp;nbsp; My login doesn't appear to be allowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said in my previous post, my inputs are set as feature set and the schema imported from the route/stops and route/point barriers.&amp;nbsp; I have attached screenshots of the property panes from both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 04:18:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238383#M1103</guid>
      <dc:creator>JamesMcElroy</dc:creator>
      <dc:date>2011-09-05T04:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Routing with Local Data</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238384#M1104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get access to the data you can do one of two things.&amp;nbsp; Log onto the Beta Community site first and then click the link in the forum and it will let you go through.&amp;nbsp; For some reason it doesn�??t let you put in your credentials from the link itself.&amp;nbsp; Or, if you are already on the site you can get to the gpk by clicking on the resources tab.&amp;nbsp; It will be called �??Samples �?? Point to Point Routing Sample GPK.�?�&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It�??s a bit difficult to get to the bottom of what could be going on, does your Model successfully run?&amp;nbsp; One of your screen shots it looked like the parameters were not populated correctly.&amp;nbsp; Are you populating the input parameters from the Model dialog itself?&amp;nbsp; Once it is a feature set you should be able to run the model and when you select the input parameter your cursor will allow you to click on the map to populate the values of the feature set.&amp;nbsp; In one of your screen shots it looks like you are using a list of values, for your input.&amp;nbsp; This is not necessary because a feature set is essentially an in memory feature class and it accepts multiple inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to send me your package?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 22:04:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/routing-with-local-data/m-p/238384#M1104</guid>
      <dc:creator>RalfGottschalk</dc:creator>
      <dc:date>2011-09-06T22:04:19Z</dc:date>
    </item>
  </channel>
</rss>

