Is there any way to strongly type the objects that come back from a Webservice call? Something along the lines of:
[Bindable(wsdl=http://localhost:8080/MyProject/CandidateService?wsdl.Questionnaire)] public class Questionnaire { ... } I know about the proxy generation in Flex Builder 3...

