Can a SOI have a Property Page?

5709
9
Jump to solution
04-15-2016 03:28 PM
HyrumErnstrom
New Contributor III

Can a SOI have a Property Page? I can see how to do one for an SOE, but I tried the same way with an SOI and it didn't work. Maybe I missing a step.

0 Kudos
1 Solution

Accepted Solutions
nicogis
MVP Frequent Contributor

No. SOIs can only be enabled via Server Manager. You can have an SOE like Ui in
server manager but not in arcmap.

View solution in original post

0 Kudos
9 Replies
nicogis
MVP Frequent Contributor

No. SOIs can only be enabled via Server Manager. You can have an SOE like Ui in
server manager but not in arcmap.

0 Kudos
HyrumErnstrom
New Contributor III

I'm ok if it's only Server Manager based.

So I set the SupportsInterceptor to true.

What do I do with hasManagerPropertiesConfigurationPane?

How do I tell Manager to use that js file to create the Server Manager Properties page?

Thanks

0 Kudos
HyrumErnstrom
New Contributor III

I figured it out.

hasManagerPropertiesConfigurationPane set to false

Then just do the rest of the js and html as if that was set to true.

Thanks.

0 Kudos
SefaNurYucel
New Contributor

Hi, 

I overcame this "property page not found" error, I changed Config.js's build action to AddinContent and also html's build action.But the soi broke all capabilities.Same code in SOE is running.But SOI's code is not running, also break all capabilities.Is it possible? SOE can have properties with combobox or the others, but soi cannot.

Thanks.

0 Kudos
nicogis
MVP Frequent Contributor

Yes, also I have tried . I haven't error but I don't see my custom properties in soi. Seems not supported in .net. I don't tried in java 

SefaNurYucel
New Contributor

Hi, Now I did soi's properties.But my soi is shown like soe in capabilities. I want to be shown  in Interceptors. How can I overcome the problem? Do you have any idea?

Thanks.

0 Kudos
nicogis
MVP Frequent Contributor

Seems not supported custom properties soi using config.js. However you can have properties for soi

In these days Esri releases 10.6 so I try and see.

0 Kudos
VishApte
Esri Contributor

Hi all,

What is final verdict? Is it possible to set up custom properties for SOI developed in DotNet? I cannot find any example for SOI. There is no Visual Studio add-in available to create config.js and <SOIClass>.html.  Even if I create them manually, I am not sure how the plumbing happens for SOI. Anyone cracked this? Any pointers?

Thanks,

Vish

0 Kudos
nicogis
MVP Frequent Contributor

If I see this link I do not see any differences with 10.5.1

0 Kudos