<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Feb 2015 08:49:00 Z</lastBuildDate><pubDate>21 Feb 2015 18:56:00 Z</pubDate><description>Hello to you all,&#13;
&#13;
I have imported a wsdl file and all works fine. I get a result from the soap server&#13;
But I want the content of the xml-data that is sended and the content of the xml-data that is returned. Because then I can see what is really sended and returned by the soap server.&#13;
&#13;
The code looks like this:&#13;
//==============&#13;
v1 is GetWeather&#13;
v2 is GetWeatherResponse&#13;
&#13;
v1.CountryName = "FRANCE"&#13;
v1.CityName = "PARIS"&#13;
&#13;
v2 = GetWeather(v1.Temperature)&#13;
//=================&#13;
&#13;
There are many more values like humidity etc. So I want them all without knowing what could be there.&#13;
I tried things like info(v2) and info(v2..value) but I get nothing.&#13;
Thanks in advance.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap/read.awp</link><title>WSDL SOAP</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/50583-wsdl-soap-50689/read.awp</comments><pubDate>26 Feb 2015 08:49:00 Z</pubDate><description>Hello Frans,&#13;
&#13;
I'm with exactly the same problem!&#13;
Sometimes it's very easy to see what is exactly returnt.&#13;
I hope someone has…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap-50689/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap-50689/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap/read.awp">WSDL SOAP</source><title>Re: WSDL SOAP</title></item><item><author>Dave Langley</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap-50679/read.awp</comments><pubDate>25 Feb 2015 15:33:44 Z</pubDate><description>Try:&#13;
-  SOAPPrepare will get the formatted XML string&#13;
- consume the webservice&#13;
- SOAPGetResult will return the XML string (af…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap-50679/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap-50679/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/50583-wsdl-soap/read.awp">WSDL SOAP</source><title>Re: WSDL SOAP</title></item></channel></rss>
