This repository provides samples and code snippets for server object extensions (SOEs), server object interceptors (SOIs) and custom data feeds (CDF) built with 11.4 ArcGIS Enterprise SDK. Learn more about ArcGIS Enterprise SDK.
Note: If you want to download the SOE and SOI samples built with 11.4 or previous versions of ArcGIS Enterprise SDK, refer to Releases.
An SOI is capable of intercepting REST, SOAP, and OGC requests and responses of a map service in the following way:
An SOE is capable of extending the functions of a map service in the following way:
To get started, visit ArcGIS Enterprise SDK Overview for SDK prerequisites, installation, guide, and more.
- Fork and then clone the repo.
- Run and try the samples.
-
ArcGIS Enterprise (or a standalone ArcGIS Server)
-
ArcGIS Enterprise SDK
-
Node.js (Only required for CDF)
-
IDE
- Visual Studio for .NET (C# or VB)
- IntelliJ IDEA, Eclipse IDE, or other IDE for Java
- Any IDE or text editor
-
ArcGIS Pro (Not required for CDF))
ArcGIS Pro is required to prepare or publish the service that the SOE or SOI can be enabled with.
Note: ArcGIS Enterprise SDK supports map services published from ArcGIS Pro, including their feature access and OGC capabilities, such as feature service, WMS service, and so on. ArcGIS Enterprise SDK currently does not support hosted feature service or other services.
Find a bug or want to request a new feature? Please let us know by submitting an issue or contact Technical Support.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2021 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's License.txt file.