httpjob

  1. Mashiane

    B4J Question [SOLVED] jHttpUtils2: Trapping 204 No Content

    Hi there I'm using a rest api, apparently it returns a 204 "No Content" message however my wait for statement never gets to process this. Step 1: Get Access Token and Save it (This works perfectly!!!) 'get the access token Sub GetAccessToken() As ResumableSub Log("GetAccessToken")...
  2. Mashiane

    B4J Question HTTPUtils: REST API Resource Error on existing end point

    Hi there Im using HttpJob to read a rest api, this works (returns the results) and sometimes does not (returns the resource has been moved/does not exist). This is being used with wait for. The end point I have been provided exists however the job.ErrorMessage is at times 'Not Found' and...
  3. Flavio SOuza

    Android Question ResponseError. Reason: javax.net.ssl.SSLHandshakeException: Connection closed by peer, Response:

    <code> Dim j As HttpJob j.Initialize("", Me) ' j.Download("https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp") </code> Erro open, https://www.beneficiossociais.caixa.gov.br/consulta/beneficio/04.01.00-00_00.asp ResponseError. Reason...
  4. F

    Android Question Problem with WaitFor - Object context is paused (HttpJob)

    Hello, I'm trying to interrogate a webservice using HttpJob with the code below, but it keeps displaying this message "Object context is paused. Ignoring CallSubDelayed: JobDone". I have another function in this class which does basically the same thing and it works fine. What am I missing...
Top