Hi all, I have made a webservice calling and handling system based on the code sample from this blog: http://techpolesen.blogspot.com/2007/11/coping-with-flex-asynchronous- remote.html
The token will retain the injected callbackFunction if and only if the load wsdl operation is successful (this is the code: remoteService.loadWSDL();). What makes is successful? A valid wsdl url. If you have an invalid wsdl url, all the injected functions and properties will be forgotten. Does anyone know a way to have the token still retain the injected function and properties? Thank you.

