Hi guys
I'm trying to create a SOE for an Image Service but when i configure
[ServerObjectExtension("ImageService" ... ] attribute i receive a System.Exception that say
... ImageService specified in class attributed is invalid. Allowed Values MapServer.
Seams that with ArcGIS Enterprise SDK is possible to made SOE per MapServer only.
Is it really so?
m
Solved! Go to Solution.
Hello everyone, it's now possible to compile a SOE/SOI for image service.
It was a bug repaired from ArcGIS Enterprise SDK 11.2 version.
m
from help it seems so
from another help seems to be possible create SOE for ImageService ... which is the true?
SOEs are appropriate if you want to create service operations to extend the base functionality of map and image services (including map and image service extensions, such as feature services). They provide the following advantages:
from -> about-extending-services.htm
Hi Max, it depends where the sentence is written if in arcobjects or sdk context since up to 10.9.1 you can also use arcobjects where you can develop for images services
Hello everyone, it's now possible to compile a SOE/SOI for image service.
It was a bug repaired from ArcGIS Enterprise SDK 11.2 version.
m