Hi, I've found Flextense to be a fairly good (free) tool translating my .net web service into as3 code that simplifies the tedious work of making up WebService result types on the Flex front end.
There were 2 drawbacks: 1) it's not open source, so I can't tweak the code it generates to my liking. 2) it deleted my entire project folder in an attempt to generate code. (sure, it could be a user error from me for specifying my project folder as code output directory, but it should at least NOT nuke the output folder when encountering errors.) So, can anyone recommend other code generators out there? I know about WebOrb, but it's for direct remoting which I do not need at this point. I prefer to have my back end loosely coupled. Thanks!