Can I use requestProperties in a SOI to pass custom values?

873
1
02-22-2021 08:22 PM
SteffenJakob
New Contributor

Hi,

the request handler of an SOI contains a parameter named 'requestProperties':

 

public byte[] HandleRESTRequest(string Capabilities, string resourceName, string operationName,
string operationInput, string outputFormat, string requestProperties, out string responseProperties)

 


So far I see property values in my SOI like 'computeeETag'.

Is it possible to use 'requestProperties' to programmatically pass custom values from the client? In particular I am using a webmap in an experience.

Thanks in advance,
Steffen.

1 Reply
nicogis
MVP Frequent Contributor

You can get your custom values from operationInput

0 Kudos