So here is a weird little problem I ran into while using the generated webservice code in Flex 3. Basically if using the ASyncToken returned by the proxy class with an IResponder, the token never triggered any of the IResponder we never got a response. We tried to use the standard code like:
var service:MyWebService = new MyWebService();
var token:ASyncToken = service.myTestFunction();
token.addResponder(this);
Posted by mbir