<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>24 Aug 2018 20:33:00 Z</lastBuildDate><pubDate>24 Aug 2018 03:07:00 Z</pubDate><description>Hi,&#13;
&#13;
I've written a rest web service in windev 22 and have it installed and working on a clients server (server A). I've now installed it on second server (server B) and am having some issues calling Server B it from my windev 22 desktop app.&#13;
&#13;
When I do make a call I get "No server response. Check whether a HTPP server is present on the target server".&#13;
&#13;
Oddly, I can successfully call the web service on Server B from webdev's browser based test tool and from browser code of a webdev AWP page, but NOT from the server code of same webdev page.&#13;
&#13;
I am stumped. Here is code. Any ideas?&#13;
&#13;
If any ones to try hitting below from Windev desktop feel free. That might at least rule out network related issues.&#13;
&#13;
Thanks!&#13;
&#13;
sURL is string&#13;
sURL="https://rds.tourcube.net/tourcube/ping"&#13;
&#13;
sHTTPRequest is httpRequest&#13;
sHTTPRequest..Header["tc-api-key"] = "MTSTEST"&#13;
sHTTPRequest..URL=sURL&#13;
sHTTPRequest..Method=httpGet&#13;
cMyResponse is httpResponse = HTTPSend(sHTTPRequest)&#13;
IF ErrorOccurred THEN&#13;
Error(ErrorInfo(errFullDetails))&#13;
ELSE&#13;
Info(cMyResponse..Content)&#13;
END</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp</link><title>Can;t connect to web service from Windev</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/66720-cant-connect-web-service-from-windev-solved-66737/read.awp</comments><pubDate>24 Aug 2018 20:33:00 Z</pubDate><description>The second server was kind of old and did not support TLS 1.2&#13;
&#13;
when I added sHTTPRequest..VersionSSL=ProtocolTLS1 it fixed iss…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-solved-66737/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-solved-66737/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp">Can;t connect to web service from Windev</source><title>Re: Can;t connect to web service from Windev - SOLVED</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-difference-between-66733/read.awp</comments><pubDate>24 Aug 2018 18:25:00 Z</pubDate><description>The plot thickens..&#13;
&#13;
I trapped my requests in Ngrok&#13;
&#13;
This request from Fiddler works&#13;
&#13;
GET / HTTP/1.1&#13;
tc-api-key: MTSTEST&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-difference-between-66733/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-difference-between-66733/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp">Can;t connect to web service from Windev</source><title>Re: Can;t connect to web service from Windev -difference between HTTPSend(sHTTPRequest) and HTTPRequest(&amp;quot;https://rds.tourcube.net/tourcube/ping&amp;quot;.... ??</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66723/read.awp</comments><pubDate>24 Aug 2018 08:27:00 Z</pubDate><description>It looks like for some reason the server does not like the request as it's being sent by&#13;
&#13;
sURL is string&#13;
sURL="https://rds.to…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66723/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66723/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp">Can;t connect to web service from Windev</source><title>Re: Can;t connect to web service from Windev</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66722/read.awp</comments><pubDate>24 Aug 2018 03:25:00 Z</pubDate><description>That’s intentional.&#13;
&#13;
There are headers required</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66722/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66722/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp">Can;t connect to web service from Windev</source><title>Re: Can;t connect to web service from Windev</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66721/read.awp</comments><pubDate>24 Aug 2018 03:18:00 Z</pubDate><description>I get "access denied" when I copy/paste https://rds.tourcube.net/tourcube/ping into the address bar of a Firefox tab.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66721/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev-66721/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66720-cant-connect-web-service-from-windev/read.awp">Can;t connect to web service from Windev</source><title>Re: Can;t connect to web service from Windev</title></item></channel></rss>
