<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Jul 2016 13:51:00 Z</lastBuildDate><pubDate>27 Jul 2016 19:56:00 Z</pubDate><description>Hi&#13;
&#13;
I use a buffer variable to send data to a webservice where the buffer is loaded into an xmlDocument like this:&#13;
&#13;
VendorData is xmlDocument = XMLOpen(stRetMessage.Payload,fromString)&#13;
&#13;
The problem is this. Not necessarily all the fields are sent through to the web service, which is fine. However, when the VendorData is loaded as above and you want to update the Vendor table, it automatically sees all the fields in die xmlDocument although there is no value.&#13;
&#13;
For instance, if the fields Adress, City and Zipcode was not sent in the buffer those fields are still present in the xmldocument with null values. The existing fields in the table is then replaced with the null values.&#13;
&#13;
How can I check which fields was sent in the buffer and make sure only those fields are updated? The alternative is that the buffer being sent must always contain all the field values for the record regardless of whether they were changed or not.&#13;
&#13;
Thanks in advance&#13;
&#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/58872-wb21-xmd-documents/read.awp</link><title>[WB21] XMD Documents</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/58872-wb21-xmd-documents-58887/read.awp</comments><pubDate>28 Jul 2016 13:51:00 Z</pubDate><description>Hi Ericus,&#13;
&#13;
and what I'm saying is do NOT do an xmlOpen... use the regular text functions to check if tags are present in the …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58887/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58887/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents/read.awp">[WB21] XMD Documents</source><title>Re: [WB21] XMD Documents</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58877/read.awp</comments><pubDate>27 Jul 2016 22:27:00 Z</pubDate><description>Hi Fabrice&#13;
&#13;
That is what I'm saying. When you do tbe XML Open all the tags are present and all of then are null. Then they are…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58877/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58877/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents/read.awp">[WB21] XMD Documents</source><title>Re: [WB21] XMD Documents</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58876/read.awp</comments><pubDate>27 Jul 2016 20:18:00 Z</pubDate><description>Hi Ericus,&#13;
&#13;
how do you even know that the field content was not REALLY changed to NULL?&#13;
It seems to me that the only way woul…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58876/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents-58876/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58872-wb21-xmd-documents/read.awp">[WB21] XMD Documents</source><title>Re: [WB21] XMD Documents</title></item></channel></rss>
