<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Feb 2015 22:43:00 Z</lastBuildDate><pubDate>10 Feb 2015 17:15:00 Z</pubDate><description>Hi&#13;
&#13;
This feature in Webdev is far to advanced for my abilities but unfortunately I have to include it in my application.&#13;
&#13;
I must send an order to a webservice. I have included the service in my application:&#13;
&#13;
http://wsg.za.adaptris.com/wsg/resource/handler/soapmanager/MessageService?wsdl&#13;
&#13;
The documentations says I must send:&#13;
&#13;
???????&#13;
&#13;
&#13;
From the above I deduce that I must send 2 headers:&#13;
&#13;
SOAPAddHeader("web:password","password","PushMessage")&#13;
SOAPAddHeader("web:username","ericus","PushMessage")&#13;
&#13;
I then created a structure and added this:&#13;
&#13;
ThisOrder is CSOrder&#13;
ThisOrder.src = "QA0000005918"&#13;
ThisOrder.dst = "QA0000001822"&#13;
ThisOrder.type = "execution"&#13;
ThisOrder.autoRelease = "True"&#13;
ThisOrder.payload = bufMyBuffer&#13;
&#13;
The bufMyBuffer is where I loaded my complete order XML using LoadBuffer&#13;
&#13;
The I attempt to send the whole lot together. That is the headers with the username and password as well as the 'body' with the src, dst, type, payload and most importantly my order in the xml file.&#13;
&#13;
i is boolean = SOAPRunXML("http://wsg.za.adaptris.com/wsg/resource/handler/soapmanager/MessageService?wsdl","PushMessage",MysendBuffer)&#13;
&#13;
If somebody will be kind enough to have a look at this it will be much appreciated.&#13;
&#13;
&#13;
Ericus Steyn</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server/read.awp</link><title>[Windev 18]Sending data to a Soap server</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/50398-windev-18-sending-data-soap-server-50421/read.awp</comments><pubDate>11 Feb 2015 22:43:00 Z</pubDate><description>Ericus,&#13;
&#13;
compared to a similar project I used before your line&#13;
SOAPRunXML("http://wsg.za.adaptris.com/wsg/resource/handler/so…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50421/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50421/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server/read.awp">[Windev 18]Sending data to a Soap server</source><title>Re: [Windev 18]Sending data to a Soap server</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50420/read.awp</comments><pubDate>11 Feb 2015 22:13:00 Z</pubDate><description>Hi,&#13;
&#13;
"ps is object cJsonParse" was just an example of a class written by you, that perhaps parsed a Json result..&#13;
&#13;
I think y…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50420/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50420/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server/read.awp">[Windev 18]Sending data to a Soap server</source><title>Re: [Windev 18]Sending data to a Soap server</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50416/read.awp</comments><pubDate>11 Feb 2015 18:13:00 Z</pubDate><description>Thank you Tor-Bjarne for helping.&#13;
&#13;
I did this:&#13;
&#13;
s is string = MessageService.PushMessage("QA0000005918","QA0000001822","Exec…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50416/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50416/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server/read.awp">[Windev 18]Sending data to a Soap server</source><title>Re: [Windev 18]Sending data to a Soap server</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50400/read.awp</comments><pubDate>10 Feb 2015 20:03:00 Z</pubDate><description>Hi,&#13;
&#13;
Perhaps you think a bit to advanced?&#13;
&#13;
1. Inject the webservice into your project and use it like a function.&#13;
&#13;
&#13;
//Per…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50400/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server-50400/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50398-windev-18-sending-data-soap-server/read.awp">[Windev 18]Sending data to a Soap server</source><title>Re: [Windev 18]Sending data to a Soap server</title></item></channel></rss>
