Android Question Error on HttpJob GET Request

Falcon

Member
Licensed User
Hi Guys,

I am trying to just call the following simple test web service and get back the Json, but I get the following error (see image).

Please help!

Regards
Jacques.

B4X:
Dim WebServiceClient As HttpJob
WebServiceClient.Initialize("Job", Me)
WebServiceClient.Download("https://jsonplaceholder.typicode.com/todos/1"
Capture.GIF
)
 

Pendrush

Well-Known Member
Licensed User
Longtime User
You need to use:
 
Upvote 0
Top