SOI - Not getting any parameters

460
0
10-19-2017 05:59 AM
SebastianBosbach
New Contributor III

Hi everyone,

I have a problem with a SOI running on my production server.

This SOI does layer restrictions.

The problem is that when I deploy this SOI on my production server, it doesn't get any request parameters in the "HandleRESTRequest" method. The parameters "operationInput" and "requestProperties" are complete empty.

On the other hand, when I have this SOI deployed on my dev server, everything works fine and the SOI is getting the parameters.

I checked that the request send by the client is correct. 

The only difference between the dev and production servers is that the dev uses the webadaptor in an IIS and the production server is using the java webadaptor.

Both servers are running arcgis server 10.5 with the same patches installed. 

The soe file wich I deploy to the servers is exactly the same on both servers. So I think it has something to do with the arcgis server itself, like a bug or something.

Does anybody had a similar problem or idea what could fix this issue?

Thanks, Sebastian

0 Kudos
0 Replies