Flex AS3 Asynchronous Webservice example request

Posted by user283403 on Stack Overflow See other posts from Stack Overflow or by user283403
Published on 2010-05-24T06:25:38Z Indexed on 2010/05/24 6:31 UTC
Read the original article Hit count: 191

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about flex

Related posts about webservices