|
| windev 18 - call service json |
| Iniciado por vpereyra, 06,feb. 2015 12:50 - No hay respuesta |
| |
| | | |
|
| |
| Publicado el 06,febrero 2015 - 12:50 |
Hello:
I have the following situation, I have to call by ulr one json service, which will return a result in encrypted txt.
Hello:
Using an extension of the chrome I can call this service
Picture link: http://prntscr.com/61pnef
I want to take it from me windev and returns the result, on the contrary tells me that an event missing.
code:
HTTPParameter (httpParameterMode, 1) sURL is string // URL That must be Interrogated sResult is string // Result of the request
sAgentName is string = "Mozilla / 4.0 (compatible; MSIE 6.0; Win32)"
bResStart is boolean =HTTPRequest("http://xxx.xx.xxx.xxx/CSPublicQueryService/CSPublicQueryService.svc/json/EncryptQS…", "", "", "", "Text / xml", "", "")
sResult = HTTPGetResult (httpResult)
returning the following
image Link http://prntscr.com/61pnlb
Can anyone give me some idea that I'm wrong?
From already thank you very much.
Victor
Víctor H. Pereyra M.P. 2595
Departamento de Informática
Sucursal Nva . Cba .: Hipólito Yrigoyen 384 5000 Córdoba, Capital Tel.: (0351) 426 9200 int :1234
e-mail: vpereyra@sanatorioallende.com www.sanatorioallende.com.ar |
| |
| |
| | | |
|
| | | | |
| | |
|