1/28/2011 12:21:33 AM
Title:
Retrieve arguments passed to web service method
Hi all
I am calling a web service method and in the result handler I want to retrieve the arguments passed to the web method.
The cause for this is that if in the result of web service method I does not found the required attribute,I recall the web service method.Now I have started multiple uploads and which upload result requires to recall the method,I could not found.The argument of the web service method has different value for each upload,Now how can I get that what was the argument sent to method and because of that I have received this result and I have to call the web service method with this value again.
PLZ answer asap.
Davis
Points: 780
Posts:0
1/28/2011 8:21:13 AM
you need to use AsyncToken with each webservice call , the token is returned back with the result. So you can get to know its result of which call . See this thread for more detail
http://askmeflash.com/qdetail/196/asynctoken-in-actionscript-3-0