<?xml version="1.0" encoding="UTF-8"?>
<services-config>
<services>
<service id="zend-service" class="flex.messaging.services.RemotingService" messageTypes="flex.messaging.messages.RemotingMessage">
<destination id="zend">
<channels>
<channel ref="zend-endpoint"/>
</channels>
<properties>
<source>*</source>
</properties>
</destination>
</service>
</services>
<channels>
<channel-definition id="zend-endpoint" class="mx.messaging.channels.AMFChannel">
<endpoint uri="
ici placer l'uri vers le serveur Zend (http://localhost/.../Zend_Serveur/index.php par exemple)" class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>
</channels>
</services-config>