PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 25 → Exemplo webservice consumo rest
Exemplo webservice consumo rest
Started by Boller, Jun., 24 2024 5:11 PM - No answer
Registered member
3,694 messages
Popularité : +175 (223 votes)
Posted on June, 24 2024 - 5:11 PM
ENVIO is httpRequest
ENVIO.URL = "http://localhost/t001_clientes"
ENVIO.Method = httpGet
ENVIO.Header["usuario"] = "adriano"
ENVIO.Header["senha"] = "123"

RESPOSTA is httpResponse
RESPOSTA = RESTSend(ENVIO) //DISPARO

RESULTADO is JSON = RESPOSTA.Content
CODE is int = RESPOSTA.StatusCode

IF CODE <> 200 THEN
Info("ERRO")
END

Info(RESULTADO[4].t001_clientes.t001_cliente_id)
Info(RESULTADO[4].t001_clientes.t001_nome)

Info(RESULTADO[2].t001_clientes.t001_cliente_id)
Info(RESULTADO[2].t001_clientes.t001_nome)


--
Adriano José Boller
______________________________________________
Consultor e Representante Oficial da
PcSoft no Brasil
+55 (41) 99949 1800
adrianoboller@gmail.com
skype: adrianoboller
http://wxinformatica.com.br/