Can I intercept Geocode Service operations using SOI?

617
1
Jump to solution
07-18-2019 11:34 AM
DianaBenedict1
New Contributor III

I was wondering if SOI handlers allows us to intercept Geocode Service operations. We have a custom built Geocode service and I was hoping to intercept the .../GeocodeServer/findAddressCandidates operation as well as the reverseGeocode.

All documentation indicates the following:

 "You can extend ArcGIS Server map and image services (including map and image service extensions, such as feature services) with custom logic that can be executed in ArcGIS clients."

I am currently running ArcGIS Enterprise 10.6.1. 

Thanks for any help you can provide.

Diana

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor

Also from help 10.7.1 it's same. For now both with arcobjects sdk and with sdk enterprise (arcigis pro) it is not possible to set servicetype = geocode

If you need intercept you can (for now) force calls through a proxy and modify / log for your purposes

View solution in original post

1 Reply
nicogis
MVP Frequent Contributor

Also from help 10.7.1 it's same. For now both with arcobjects sdk and with sdk enterprise (arcigis pro) it is not possible to set servicetype = geocode

If you need intercept you can (for now) force calls through a proxy and modify / log for your purposes