Hello guys,i need your help,im doing Model Driven Development and want to know if there is a way to call a service method Synch NOT Asynch.All the calls are Asynch." var funcionarioToken:AsyncToken = new FuncionarioService().getAll(); funcionarioToken.addResponder(new Async...