Avatar

Level 2

OK - to summarize:

1) you must have a service-config.xml in the WEB-INF/flex directory

2) you can create your channel set and channels on the client in mxml and actionscript and not compile against the server's service-config.xml

3) they need to line up correctly

This is all cool and I found sample code in the documentation to make the channels in actionscript.  I guess the remaining question is how best to leave the URL specific stuff (server name, server port, and context) out of the source code of the flex client.   I guess I could load an XML file that my clients could edit....