Ticket #283: services-config.xml

File services-config.xml, 424 bytes (added by thijs, 8 months ago)

remoting config for flex

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<services-config>
3   <services>
4      <service-include file-path="remoting-config.xml" />
5   </services>
6   <channels>
7      <channel-definition id="my-pyamf" class="mx.messaging.channels.AMFChannel">
8         <endpoint uri="http://localhost:8000/djangoswf/gateway/" class="flex.messaging.endpoints.AMFEndpoint"/>
9      </channel-definition>
10   </channels>
11</services-config>