<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Mar 2015 15:29:00 Z</lastBuildDate><pubDate>28 Feb 2015 12:04:00 Z</pubDate><description>Hello to all&#13;
&#13;
Following the example published in the www.clickatell.com site (from Vb section example languages),&#13;
i'm trying to do the same with Windev to send a sms from an application.&#13;
&#13;
I receive an error when it try to execute :&#13;
&#13;
pautXMLHTTP&gt;&gt;Send (sPostdata)&#13;
&#13;
The error is show in the picture below:&#13;
&#13;
&#13;
Here is the code i'm using for the test:&#13;
&#13;
sUrl is string sAPI_Id is string sPassword is string sUsername is string sMobileNo is string sText is string sMyServer is string="Microsoft.XMLHTTP" sPostData is string sResult is string pautOXMLHttp is dynamic Automation object pautOXMLHttp= new Automation sMyServer sUrl="http://api.clickatell.com/http/sendmsg" sAPI_Id=EDT_ApiID sPassword=EDT_Password sUsername=EDT_Username sText=EDT_Testo sMobileNo=EDT_Cellulare sPostData="api_id="+sAPI_Id sPostData+="&amp;user="+sUsername sPostData+="&amp;password="+sPassword sPostData+="&amp;to="+sMobileNo sPostData+="&amp;test="+sText pautOXMLHttp&gt;&gt;Open ("POST", sUrl,False) pautOXMLHttp&gt;&gt;SetRequestHeader ("Content-type", "application/x--www-form-urlencoded") pautOXMLHttp&gt;&gt;Send (sPostData) sResult=pautOXMLHttp&gt;&gt;responseText EDT_Risultato=sResult&#13;
&#13;
What i'm wrong???&#13;
&#13;
Thanks in advance&#13;
Gianni</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via/read.awp</link><title>[WD17] Sending a sms via pc</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/50715-wd17-sending-sms-via-50726/read.awp</comments><pubDate>1 Mar 2015 15:29:00 Z</pubDate><description>Thanks to all for the suggestions.&#13;
&#13;
Gianni</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50726/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50726/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via/read.awp">[WD17] Sending a sms via pc</source><title>Re: [WD17] Sending a sms via pc</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50723/read.awp</comments><pubDate>28 Feb 2015 20:34:00 Z</pubDate><description>Hi Gianno,&#13;
&#13;
It's much simpler if you use a httprequest using the GET method.&#13;
&#13;
Quote&#13;
Clickatell site&#13;
Open your browser (e.g…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50723/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50723/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via/read.awp">[WD17] Sending a sms via pc</source><title>Re: [WD17] Sending a sms via pc</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50719/read.awp</comments><pubDate>28 Feb 2015 20:22:00 Z</pubDate><description>Hi&#13;
&#13;
I use a company called packet media, no ActiveX required its one line of code.&#13;
&#13;
ISO</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50719/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via-50719/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50715-wd17-sending-sms-via/read.awp">[WD17] Sending a sms via pc</source><title>Re: [WD17] Sending a sms via pc</title></item></channel></rss>
