PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Read Webservice
Read Webservice
Started by adrianoboller, Nov., 18 2014 2:18 PM - No answer
Registered member
3,660 messages
Popularité : +175 (223 votes)
Posted on November, 18 2014 - 2:18 PM
Procedure WebserviceExemplo()

//WSAutenticaUsuario
envia is a WSAutenticaUsuario

retorno is a WSAutenticaUsuarioResponse

envia.usuario = "a2xsistemas"
envia.senha = "a2x2014"

retorno = WSAutenticaUsuario(envia)

Info(retorno.WSAutenticaUsuarioResult..Value)