Finally have my code generator for web services working reasonably well. Basically you point it at a *.wsdl file and this will create a test UI, validation, request and response value objects for your XML simple & complex types.
Once satisfied the idea is to copy and paste from the test project to your developed UI and save yourself a lot of typing. Looking to see if anyone has written a code generator to make the web service definition based on the UI? If so I'd enjoy collaborating! I wouldn't mind some feedback on extended classes properly & dynamic introspection in AS3 land. I'm a good java developer, but I'm still new to Actionscript so I don't know the best ways to do things for throughput, memory performance while keeping things maintainable. Contact me off list at [EMAIL PROTECTED] or leave some feedback at http://ackdev.com Once this gets beyond beta I'll post some generated code here and most likely donate the code. Thanks, Charles

