a wrote: > Hi , Thanks for your reply.. > > I have my HTTP server(Apache CORE) running a service S. While I receive a > POST request, the response should be sent after execution of an intent A, > which sends a Broadcast to my service S already running (which is designed > based on my requirement). So I need to handle the HTTP POST response in the > Broadcast receiver. Is this possible to do? So, I need the HttpResponse in > the handle() method to be sent in the Broadcast receiver and send the > response from there. Please let me know if you need more details. > > Thanks! >
your service keeps a pool of http requests so pass only ID of particular request between service>activity>broadcast>service execution pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

