Android Question Call webservice method winthin a service

ttsolution

Member
Licensed User
Longtime User
Hi all,
I'm creating a Service running in background to get the GPS lat,long value then upload to the server every 5 minutes.

B4X:
PostUrl=Main.gUrl &  "/ASPWebService.asmx/UploadData"
HttpUtils.CallbackActivity = "?" ' What can I put for CallbackActivity 
HttpUtils.CallbackJobDoneSub = "UploadData_JobDone"

my question is : what can I put for CallbackActivity this case? because this is a service not an activity.

Many thanks

Jonh,
 
Top