<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Mar 2019 04:05:53 Z</lastBuildDate><pubDate>5 Mar 2019 07:17:06 Z</pubDate><description>Bonjour&#13;
Voila quelques jours que je galere sur le probleme suivant, si quelqu'un pouvait m'aider cela serait vraiment super sympa !!!&#13;
le probleme :&#13;
	Un Webservice SOAP renvoi une structure en réponse qui est comme ceci avec soapUI (version courte) :&#13;
&#13;
                     &lt;b:AppliableRefSegments xmlns:c="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;&#13;
                        &lt;c:string&gt;1123215&lt;/c:string&gt;&#13;
                        &lt;c:string&gt;1123216&lt;/c:string&gt;&#13;
                     &lt;/b:AppliableRefSegments&gt;&#13;
&#13;
J'arrive bien a obtenir la valeur (string) du 1er élément avec :&#13;
	MoiMeme = AppliableRefSegment.string[1]	&#13;
&#13;
par contre impossible d'obtenir celle du 2eme, en effet :&#13;
	MoiMeme = AppliableRefSegment.string[2]	&#13;
&#13;
fait tout planter car il n'y a qu'un seul élément pour Windev et la propriété occurence de AppliableRefSegment.string..occurence me renvoi 1 et non pas 2....&#13;
&#13;
Si quelqu'un aurait une idée</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224415-recuperation-valeur-string-indicee-dans-webservice/read.awp</link><title>Recuperation d'une valeur string indicée dans un webservice</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Alain COCCONI</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224415-recuperation-valeur-string-indicee-dans-webservice-225142/read.awp</comments><pubDate>29 Mar 2019 04:05:53 Z</pubDate><description>Bah pas de reponses...&#13;
Sans doute personne n'a eu ce probleme&#13;
&#13;
Apres de multiples essais j'ai trouve la solution :&#13;
POUR TOUT…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224415-recuperation-valeur-string-indicee-dans-webservice-225142/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224415-recuperation-valeur-string-indicee-dans-webservice-225142/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/224415-recuperation-valeur-string-indicee-dans-webservice/read.awp">Recuperation d'une valeur string indicée dans un webservice</source><title>Re: Recuperation d'une valeur string indicée dans un webservice</title></item></channel></rss>
