<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Jan 2019 17:51:55 Z</lastBuildDate><pubDate>28 Jan 2019 13:27:10 Z</pubDate><description>Bonjour,&#13;
&#13;
Je n'arrive pas a faire fonctionner ce webservice en version 24. En version 21 aucun problème :&#13;
&#13;
&#13;
//Procédure du webservice//&#13;
PROCÉDURE PG_TEST()&#13;
&#13;
tabTableauResultat est un tableau de chaînes&#13;
&#13;
TableauAjouteLigne(tabTableauResultat,"Test  Réussit")&#13;
&#13;
RENVOYER tabTableauResultat&#13;
&#13;
&#13;
//Code du bouton qui appelle le webservice//&#13;
&#13;
tabResultatRecherche est un PG_TESTResponse&#13;
&#13;
// Appel au web service&#13;
tabResultatRecherche = edupdater_ws.PG_TEST()&#13;
&#13;
// Test du résultat &#13;
SI tabResultatRecherche..Occurrence &gt; 0 ALORS&#13;
	Info(tabResultatRecherche[1])&#13;
SINON&#13;
	Erreur(ErreurInfo(errComplet))&#13;
	&#13;
FIN&#13;
&#13;
Le message d'erreur est le suivant :&#13;
&#13;
Erreur à la ligne 8 du traitement Clic sur Bouton1.&#13;
'PG_TESTResponse' n'est pas un élément indicé.&#13;
&#13;
----- Informations techniques -----&#13;
&#13;
Projet : edupdater&#13;
&#13;
Appel WL :&#13;
Traitement de 'Clic sur Bouton1' (FEN_Principale.Bouton1), ligne 8, thread 0&#13;
&#13;
Que s'est-il passé ?&#13;
'PG_TESTResponse' n'est pas un élément indicé.&#13;
&#13;
Code erreur : 40073&#13;
Niveau : erreur fatale&#13;
&#13;
Dump de l'erreur du module 'wd240xml64.dll' (24.0.19.1).&#13;
Informations supplémentaires :&#13;
EIT_PILEWL :&#13;
Clic sur Bouton1 (FEN_Principale.Bouton1), ligne 8&#13;
EIT_DATEHEURE : 28/01/2019 13:26:22&#13;
EIT_TYPE_WDFILE : &lt;2&gt;&#13;
EIT_IDCODE : &lt;18&gt;&#13;
&#13;
&#13;
&#13;
Merci pour votre aide.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice/read.awp</link><title>Webservice en 24</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>François C.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223631/read.awp</comments><pubDate>28 Jan 2019 17:51:55 Z</pubDate><description>Tant mieux.&#13;
&#13;
Mais je suis curieux de savoir a quoi correspond donc PG_TESTResponse ?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223631/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223631/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice/read.awp">Webservice en 24</source><title>Re: Webservice en 24</title></item><item><author>j.thebault</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223623/read.awp</comments><pubDate>28 Jan 2019 16:24:50 Z</pubDate><description>C'est bon, je n'utilisais pas le Result :D!&#13;
&#13;
Merci tout de même.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223623/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223623/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice/read.awp">Webservice en 24</source><title>Re: Webservice en 24</title></item><item><author>François C.</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223622/read.awp</comments><pubDate>28 Jan 2019 16:24:01 Z</pubDate><description>Salut,&#13;
&#13;
A premiere vue, je vois un probleme : &#13;
&#13;
Le websevice renvoi un TABLEAU DE CHAINE &#13;
&#13;
et dans ton appel au webservice…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223622/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice-223622/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/223621-webservice/read.awp">Webservice en 24</source><title>Re: Webservice en 24</title></item></channel></rss>
