Configuring data flow service |
SuperMap iServer supports Quickly publish Data Flow Service. After published successfully, you can see the configuration information in the iserver-dataflow.xml file:
<?xml version="1.0" encoding="UTF-8"?> <com.supermap.service.dataflow.config.DataFlowSetting> <serviceSettings> <com.supermap.service.dataflow.config.DataFlowServiceSetting> <name>Dataflow</name> <interfaceNames> <string>dataflow</string> </interfaceNames> <enabled>true</enabled> </com.supermap.service.dataflow.config.DataFlowServiceSetting> </serviceSettings> <interfaceSettings/> </com.supermap.service.dataflow.config.DataFlowSetting>
It contains all the configuration items of the data flow service in <serviceSetting>: