In my application i need to call 4 web services at a time for every 2 minutes.I want's to call these web services form service.Can any one suggest me how to call these web service with best way.Please can any one help me.
Thanking in Advance.
In my application i need to call 4 web services at a time for every 2 minutes.I want's to call these web services form service.Can any one suggest me how to call these web service with best way.Please can any one help me.
Thanking in Advance.
Kindly creat a thread in service then u can use Asynctask in that thread, but make sure u handling request in post method , on DoInBackground method of AsyncTask u can call ur webservice functions. here is the artical that worked for me