<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>23 Jun 2016 17:15:53 Z</lastBuildDate><pubDate>23 Jun 2016 14:09:34 Z</pubDate><description>Hello, please, help me.&#13;
I consume web service in my project. The response function can return more records.&#13;
I don't know how to get these records.&#13;
&#13;
This works for 1 record:&#13;
&#13;
[code:wl]&#13;
jobrequest is GetJobRequest&#13;
jobresponse is GetJobResponse&#13;
&#13;
jobresponse = getJob(jobrequest)&#13;
&#13;
[/code]&#13;
&#13;
How to find all for example jobresponse.jobs.subject ?&#13;
&#13;
Thanks, Alena</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response/read.awp</link><title>How to pass data from web service response?</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58293/read.awp</comments><pubDate>23 Jun 2016 17:15:53 Z</pubDate><description>So it's NOT an array... You'll find all the information in the &#13;
documentation of the webservice&#13;
&#13;
Le 6/23/2016 à 7:59 AM, Alen…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58293/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58293/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response/read.awp">How to pass data from web service response?</source><title>Re: How to pass data from web service response?</title></item><item><author>alena.skyvova</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58290/read.awp</comments><pubDate>23 Jun 2016 15:59:10 Z</pubDate><description>Many thanks, Fabrice.&#13;
It looks very good, but does not work:&#13;
[code:wl]&#13;
FOR EACH job OF jobresponse&#13;
       Info(jobresponse.j…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58290/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58290/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response/read.awp">How to pass data from web service response?</source><title>Re: How to pass data from web service response?</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58286/read.awp</comments><pubDate>23 Jun 2016 14:50:06 Z</pubDate><description>Hi Alena,&#13;
&#13;
it depends mostly of the webservice.. if it is returning an array, then &#13;
a for each loop should do the trick on yo…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58286/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response-58286/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58284-how-pass-data-from-web-service-response/read.awp">How to pass data from web service response?</source><title>Re: How to pass data from web service response?</title></item></channel></rss>
