<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Feb 2015 12:50:12 Z</lastBuildDate><pubDate>6 Feb 2015 12:50:12 Z</pubDate><description>Hello:&#13;
&#13;
I have the following situation, I have to call by ulr one json service, &#13;
which will return a result in encrypted txt.&#13;
&#13;
Hello:&#13;
&#13;
Using an extension of the chrome I can call this service&#13;
&#13;
Picture link:&#13;
http://prntscr.com/61pnef&#13;
&#13;
I want to take it from me windev and returns the result, on the contrary &#13;
tells me that an event missing.&#13;
&#13;
code:&#13;
&#13;
HTTPParameter (httpParameterMode, 1)&#13;
sURL is string // URL That must be Interrogated&#13;
sResult is string // Result of the request&#13;
&#13;
sAgentName is string = "Mozilla / 4.0 (compatible; MSIE 6.0; Win32)"&#13;
&#13;
bResStart is boolean &#13;
=HTTPRequest("http://xxx.xx.xxx.xxx/CSPublicQueryService/CSPublicQueryService.svc/json/EncryptQS?user_name=xxxx&amp;password=xxxx&amp;accession_number=432702", &#13;
"", "", "", "Text / xml", "", "")&#13;
&#13;
sResult = HTTPGetResult (httpResult)&#13;
&#13;
returning the following&#13;
&#13;
image Link&#13;
http://prntscr.com/61pnlb&#13;
&#13;
Can anyone give me some idea that I'm wrong?&#13;
&#13;
From already thank you very much.&#13;
&#13;
Victor&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
Víctor H. Pereyra&#13;
M.P. 2595&#13;
&#13;
Departamento de Informática&#13;
&#13;
Sucursal Nva . Cba .: Hipólito Yrigoyen 384&#13;
5000 Córdoba, Capital&#13;
Tel.: (0351) 426 9200 int :1234&#13;
&#13;
e-mail: vpereyra@sanatorioallende.com&#13;
www.sanatorioallende.com.ar</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50334-windev-18-call-service-json/read.awp</link><title>windev 18 - call service json</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
