Hi All, I'm using a jaggery script which does a http *post* request, and then it does a http *get* request to acquire some data related to the above mentioned post request. But it seems to be the both functions run asynchronously, and eventually the *get* request completes before the *post*request. So it fails to acquire the requested data. How can I solve this problem. (I want to make the *post* request to complete before the *get*request)
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
