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.
)
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"