Hi,
I am writing an application which needs to process http requests which are requests to run some commands or batch files. So, their execution takes some time.
I need to send a confirmation as soon as I extract the parameters from and request and kick off the command and send a result of the operation to the callback URL which will be provided by the incoming request.
Using Kayak, I am able to accomplish the first part (sending a immediate response to the request), but I can't figure out how to post the result of operation to the callbackURL. I have an URL and some data I need to send to that URL. How do I do that in Kayak. Any help will be appreciated.
Regards,
Madhu.