Select to view content in your preferred language

SOI not intercepting anything

790
2
09-28-2022 02:01 AM
Labels (1)
CarstenAndersson
Occasional Contributor

Hi.

I've created a simple SOI (Server Object Interceptor) in Visual Studio based on the template "CSharp SOI template (ArcGIS Pro)". At first I just want to see which REST requests are being sent to a specific map service. The map service in question is published from ArcGIS Pro. I've added my SOI as an extension through the ArcGIS Server Manager and then I enabled the extenstion on the map service.

Now, I would expect the SOI to "catch" the REST requests and log it on the server, but nothing is being logged. I'm all out of ideas of what I'm doing wrong here.

Any help would is appreciated 🙂

0 Kudos
2 Replies
nicogis
MVP Frequent Contributor
0 Kudos
CarstenAndersson
Occasional Contributor

Thanks for the reply 🙂

I tried to create a new project again using the template, and for some reason it now works.

0 Kudos