XML   73
services config
Guest on 10th February 2023 02:29:13 PM


  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <services-config>
  3.     <services>
  4.         <service id="zend-service"
  5.            class="flex.messaging.services.RemotingService"
  6.            messageTypes="flex.messaging.messages.RemotingMessage">
  7.             <destination id="zend">
  8.                 <channels>
  9.                     <channel ref="zend-endpoint"/>
  10.                 </channels>
  11.                 <properties>
  12.                     <source>*</source>
  13.                 </properties>
  14.             </destination>
  15.         </service>
  16.     </services>
  17.     <channels>
  18.         <channel-definition id="zend-endpoint"
  19.            class="mx.messaging.channels.AMFChannel">
  20.             <endpoint uri="http://localhost.com/server.php"
  21.                class="flex.messaging.endpoints.AMFEndpoint"/>
  22.         </channel-definition>
  23.     </channels>
  24. </services-config>

Raw Paste

Login or Register to edit or fork this paste. It's free.