Hello All, What I have: ------------ I've been developing an application in Flex 2 using the Cairngorm framework, which uses a .Net WebService (via .asmx) to get data.
In order to easily comply with the MVC structure used in Cairngorm, I used Eric Feminella's Cairngen (which makes use of Ant targets and template files to easily generate the business, commands, events, and VO files)... but still is a pretty much manual process, in which I have to fill in the arguments etc... for each specific service, as Cairgen only generates a skeleton. My question is: --------------- Now that Flex 3 allows us to Automatically Generate Web Service Proxies, how do you guys adapt the generated code to the Cairngorm MVC framework? I mean, the Flex 3 Automatically Generated Web Service proxies are pretty much thrown all together in the same folder... in a somewhat unstructured way (not MVC at all). Hoping to hear your insights on this, Thanks on Advance! Pedro Rica