services-config.xml.default 819 B

1234567891011121314151617181920212223242526
  1. <services-config>
  2. <services>
  3. <service id = "amfphp-flashremoting-service"
  4. class = "flex.messaging.services.RemotingService"
  5. messageTypes = "flex.messaging.messages.RemotingMessage">
  6. <destination id="amfphp">
  7. <channels>
  8. <channel ref="amfphp"/>
  9. </channels>
  10. <properties>
  11. <source>*</source>
  12. </properties>
  13. </destination>
  14. <default-channels>
  15. <channel ref="amfphp"/>
  16. </default-channels>
  17. </service>
  18. </services>
  19. <channels>
  20. <!--<channel-definition id="amfphp" class="mx.messaging.channels.SecureAMFChannel"> -->
  21. <channel-definition id="amfphp" class="mx.messaging.channels.AMFChannel">
  22. <endpoint uri="http://127.0.0.1/gateway.php" class="flex.messaging.endpoints.AMFEndpoint"/>
  23. </channel-definition>
  24. </channels>
  25. </services-config>