apps/com.actionsoft.apps.cc.connector.soap/manifest.xml

43 lines
1.7 KiB
XML
Raw Normal View History

2022-06-28 01:22:45 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<app xmlns="http://www.actionsoft.com.cn/app">
<name>SOAP Connector</name>
<version>1.0</version>
<buildNo>1</buildNo>
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
<categoryVisible>false</categoryVisible>
<description><![CDATA[连接Web Service服务]]></description>
<details><![CDATA[本应用是AWS CC的官方连接适配器为上层应用场景提供统一的Web Service服务访问和管理。
主要功能
- 支持符合SOAP 1.1/1.2规范的Web Service服务调用
- 提供CCAPI封装方便开发者使用
- 支持秘钥身份和CC环境变量发布的API服务支持流控策略、访控策略
- 支持SLA服务质量监控和告警通知提供全局requestId
- 提供访问日志开关
- 提供结果日志开关
特别说明
- 使用该应用要求AWS PaaS平台许可支持CC服务
- 使用该应用要求AWS PaaS平台版本不低于6.4.1
]]></details>
<installListener/>
<startListener>com.actionsoft.apps.cc.connector.soap.AppStart</startListener>
<stopListener>com.actionsoft.apps.cc.connector.soap.AppStop</stopListener>
<pluginListener>com.actionsoft.apps.cc.connector.soap.Plugins</pluginListener>
<upgradeListener/>
<uninstallListener/>
<reloadable>true</reloadable>
<requires>
</requires>
<properties>
</properties>
<allowStartup>true</allowStartup>
<allowUpgradeByStore>true</allowUpgradeByStore>
<depend versions="6.4" env="6.4.1">_bpm.platform</depend>
<modelAdministrator/>
<installDate>2018-01-09 08:45:35</installDate>
<productId/>
<icon code="&#xe613;" color="#3383da"/>
</app>