The SOE samples and SOI samples in this repository are also included with the installation of ArcGIS Enterprise SDK. It's located at <ArcGIS_Enterprise_SDK_Installation_Path>\Samples
, by default, C:\Program Files\ArcGIS\EnterpriseSDK\Samples
.
Note: This repository contains SOE and SOI samples built with 11.4, the latest version of ArcGIS Enterprise SDK. If you want to download the SOE and SOI samples built with 11.3 or previous versions of ArcGIS Enterprise SDK, refer to Releases.
The sample data used to publish the testing services for SOEs/SOIs can be found at <ArcGIS_Enterprise_SDK_Installation_Path>\Samples\EnterpriseSDKSampleData.zip
, by default, C:\Program Files\ArcGIS\EnterpriseSDK\Samples\EnterpriseSDKSampleData.zip
.
The following three services are used in the samples:
-
USA map service
- Open an ArcGIS Pro map.
- Add the Cities, Highways, Counties, and State feature classes from usa.gdb (
...\EnterpriseSDKSampleData\data\usa\usa.gdb
) to the map. - Share the map as a web layer. Make sure the Map Image option is checked for Layer Type.
- Publish the service
-
Vegetation map service
- Open an ArcGIS Pro map.
- Add the veg feature class from veg.gdb (
...\EnterpriseSDKSampleData\Yellowstone\veg.gdb
) to the map. - Share the map as a web layer. Make sure the Map Image option is checked for Layer Type.
- Publish the service
-
Naperville service
This service is used to test with the utility network tracing REST SOE, which is available since 10.8.1. You can follow the instructions at Electric Utility Network Foundation to load the Naperville demo data in an Enterprise Geodatabase and publish it as the NapervilleElectricFoundation service on ArcGIS Enterprise.
-
.NET SOE Samples
- Simple REST SOE
- Simple REST SOE With Capabilities
- Simple REST SOE With Properties
- Spatial Query REST SOE
- Find Nearby Features REST SOE
- Edit Features REST SOE
- Download File REST SOE
- Simple SOAP SOE
- Find Nearby Features SOAP SOE
- Utility Network Tracing REST SOE (From 10.8.1)
- Query Network Dataset REST SOE (From 10.9.1) 🆕
- Topology REST SOE (From 10.9.1) 🆕
-
.NET SOI Samples
-
.NET SOAP Client Samples
-
Java SOE Samples
-
Java SOI Samples
-
Java SOAP Client Samples