Hi, On Thu, May 8, 2008 at 2:55 AM, handitan <[EMAIL PROTECTED]> wrote: > Does anyone know a way to have the token still retain the injected > function and properties?
Your fault event for the operation.send() won't even fire if wsdl is bad, instead, the fault event for the webservice will fire. That event object will not have the same token as the one you modified from the return value for send(). You need to either check the ready property on webservice or listen to the LoadEvent.LOAD dispatched by the webservice to make sure your WSDL is all set up. Ideally, operation.send() calls should be made only after this. Cheers, -- Anirudh Sasikumar http://anirudhs.chaosnet.org/

