S
Scott Moore
Guest
Currently testing an application that has a delayed XML response that needs to be timed. A "compile" button is pressed. The initial message is "compiling, please wait". After a variable amount of time, another XML response will be generated with the message "compile successful" which let's me know it is done. I believe this is an instance where I need to use polling to time the final XML response. is the first step to determine what kind of async call it is (polling, push, etc)?