<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Apr 2015 14:20:00 Z</lastBuildDate><pubDate>18 Apr 2015 09:37:00 Z</pubDate><description>Hi all&#13;
Using WX19&#13;
&#13;
I have this code in a WB Procedure which ic called via HTTPRequest&#13;
------------------------&#13;
sResult is STRING UNICODE&#13;
&#13;
sResult = "abc"&#13;
STRINGDISPLAY(sResult)&#13;
-----------------------&#13;
&#13;
In a WM procedure I have&#13;
sResult is STRING UNICODE&#13;
&#13;
IF HTTPRequest("http://somesite/somepage.awp) = True THEN&#13;
sResult = HTTPGetResult()&#13;
EDT_NoName1 = sResult&#13;
ELSE EDT_NoName1 = "Oops!"&#13;
&#13;
------------------------------&#13;
&#13;
Works fine in the WM emulator, but on an actual device sResult is always empty.&#13;
I know the HTTPRequest is successful, except no visible data comes back. I have tried sResult being ANSI, UNICODE, and Buffer (on both ends). Nothing seems to work.&#13;
&#13;
Any suggestions appreciated.&#13;
&#13;
Rgds&#13;
Paul</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest/read.awp</link><title>WB -&amp;gt; WM using HTTPRequest</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51608/read.awp</comments><pubDate>18 Apr 2015 14:20:00 Z</pubDate><description>Pleased to say I have solved this.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51608/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51608/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest/read.awp">WB -&amp;gt; WM using HTTPRequest</source><title>Re: WB -&amp;gt; WM using HTTPRequest</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51607/read.awp</comments><pubDate>18 Apr 2015 10:58:00 Z</pubDate><description>To follow on, I downloaded Fabrice's replication project to see his method, and copied that. Still the same result - an empty st…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51607/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest-51607/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51603-using-httprequest/read.awp">WB -&amp;gt; WM using HTTPRequest</source><title>Re: WB -&amp;gt; WM using HTTPRequest</title></item></channel></rss>
