I'm using 4.1 and the asyc class doesn't seem to have Async.Responder, so I tried this:
token.addResponder(Async.asyncNativeResponder(this, onResult, faultHandler, 600));
but get an issue:
Implicit coercion of a value of type flash.net:Responder to an unrelated type mx.rpc:IResponder.