Flex AS3 Asynchronous Webservice example request
- by user283403
I want my web service to call a callback in my Flex client when it finishes a batch job that I have submitted already using a web method. What will I need to change on both server and client sides? I am using Java on server side.