How to Enable Operations (Capabilities) with Custom property page in Manager

3449
0
06-29-2015 02:32 AM
PhanindraDulam1
New Contributor II

Hello,

I am unable access my operations (capabilities) when i am able to show custom property page to Rest SOE in Manager.

My environment Details:

ArcGIS server 10.3

VS 2013

Someone can help me on this if i am missing anything......

Here is the sample code for create Property page for manager : Config.js

dojo.provide("arcgis.soe.XXX.XXX.Config");

dojo.require("dojox.form.FileInput");

dojo.require("dijit._Templated");

dojo.require("esri.discovery.dijit.services._CustomSoeConfigurationPane");

dojo.declare("arcgis.soe.XXX.XXX.Config", [esri.discovery.dijit.services._CustomSoeConfigurationPane, dijit._Templated], {

    templatePath: dojo.moduleUrl("arcgis.soe.XXX.XXX", "templates/XXXhtml"),

    widgetsInTemplate: true,

    typeName: "LinkIT",

    _capabilities:null,  // I have removed this tag, still I am not able to access my operations when enabled my SOE

  

Thank you,

Regards,

Phanindra

0 Kudos
0 Replies