PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 25 → DICAS 2022 - WINDEV MOBILE - WEBSERVICE - 018 - LER WEBSERVICE RESTSend
DICAS 2022 - WINDEV MOBILE - WEBSERVICE - 018 - LER WEBSERVICE RESTSend
Iniciado por amarildo, fev., 20 2019 5:37 PM - Sem resposta
Membro registado
535 mensagems
Popularité : +14 (14 votes)
Publicado em fevereiro, 20 2019 - 5:37 PM
DICAS 2022 - WINDEV MOBILE - WEBSERVICE - 018 - LER WEBSERVICE RESTSend

// https://doc.windev.com/en-US/?1000021476&name=restsend_function
// Envia uma solicitação REST e aguarda a resposta do servidor.
// Sends a REST request and waits for the server response.
// Envoie une demande REST et attend la réponse du serveur.
// Envía una solicitud REST y espera la respuesta del servidor.
// ??REST??????????????

solicitacao_http is restRequest

solicitacao_http..URL="http://nots-amarildo/empresa"

solicitacao_http..Method=httpGet

resposta_http is restResponse = RESTSend(solicitacao_http)

IF ErrorOccurred THEN
Error(ErrorInfo(errFullDetails))
ELSE
EDT_RETORNO=resposta_http..Content
END


https://windevdesenvolvimento.blogspot.com/2019/02/dicas-2022-windev-mobile-webservice-018.html
https://doc.windev.com/en-US/…
skype:amarildo.matos.informatica
email: amarildo.matos@gmail.com
whats: 51984197742
Youtube: Amarildo Matos
http://www.amarildomatos.com.br
www.windev.com
https://www.pcsoft.fr/webinaires.htm…
https://forum.pcsoft.fr/fr-FR/pcsoft.br.windev/page/1.awp
https://www.windev.com/windev/WD-Express.htm
https://www.windev.com/windevmobile/WM-Express.htm
https://groups.google.com/forum/…
http://windevdesenvolvimento.blogspot.com.br/2017/07/menu-blog.html