This document is archived and information here might be outdated.  Recommended version.


How to deploy the REST SOE (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > Developing with ArcGIS > Extending ArcGIS Server > Developing server object extensions > Developing REST server object extensions > Walkthrough for creating a REST server object extension > How to deploy the REST SOE

How to deploy the REST SOE


In this topic


About deploying the REST SOE

Before others can use your server object extension (SOE), you need to deploy it to ArcGIS for Server. You can deploy the SOE in a few simple steps using ArcGIS Server Manager. You'll need to reference the .soe file that was created in your project bin directory when you built the project. If you're deploying the SOE on another machine, copy the .soe file to that machine.

Deploying the SOE

Follow these steps to deploy the Spatial Query REST SOE to ArcGIS for Server: 
  1. Log into ArcGIS Server Manager and click Site.
  2. Click Extensions.
  3. Click Add Extension.
  4. Click Browse and browse to your SpatialQueryREST.soe file. (This file was placed in your project's bin directory when you built your project.)
  5. Click Add.
Now that the SOE is deployed, it will be available for publishers to enable on their map services.


See Also:

Walkthrough: What's in the REST SOE
How to develop the REST SOE
How to develop a property page for the REST SOE
How to enable and test the REST SOE on a service
How to use the REST SOE in a Web application
Sample: Spatial Query REST SOE