services-config.xml

来自「本人为公司开发的Flex办公系统web源码,包括数据库脚本文件。」· XML 代码 · 共 24 行

XML
24
字号
<?xml version="1.0" encoding="utf-8" ?> 
<services-config>
    <services>
      <service id="remoting-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage">
        <destination id="fluorine">
          <channels>
            <channel ref="my-amf"/>
          </channels>
          <properties>
            <source>*</source>
          </properties>
        </destination>
        
      </service>
    </services>    
    <channels>
        <channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel">
            <endpoint uri="http://192.168.0.5/WebSite1/Gateway.aspx" class="flex.messaging.endpoints.AMFEndpoint"/>
          <properties>
				<!-- <legacy-collection>true</legacy-collection> -->
            </properties>
        </channel-definition>
    </channels>
</services-config>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?