IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

4D Discussion :

Récupérer un tableau soap


Sujet :

4D

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut Récupérer un tableau soap
    Bonjour,

    Pour récupérer les valeurs d'un champs soap, on utilise la fonction Déclaration Soap.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
     
    DECLARATION SOAP(nomTelePro;Est un texte ;SOAP entrée ;"nomTelePro")
    DECLARATION SOAP(numAdh;Est un texte ;SOAP entrée ;"numAdh")
    DECLARATION SOAP(nomAdh;Est un texte ;SOAP entrée ;"nomAdh")
    DECLARATION SOAP(prenomAdh;Est un texte ;SOAP entrée ;"prenomAdh")
    DECLARATION SOAP(adresseAdh;Est un texte ;SOAP entrée ;"adresseAdh")
    DECLARATION SOAP(code_postal_Adh;Est un texte ;SOAP entrée ;"code_postal_Adh")
    DECLARATION SOAP(villAdh;Est un texte ;SOAP entrée ;"villeAdh")
    J'utilise donc cette même fonction pour récupérer un tableau contenant (Nom,prenom,date de naissance et parenté)

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    DECLARATION SOAP(tabBenef;Est un tableau texte ;SOAP entrée ;"tabBenef")
    Mon problème : La fonction ne marche pas pour le tableau, il passe dessus sans erreur mais ne récupère rien.

  2. #2
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    Extrait du manuel :

    Note : Même si la commande DECLARATION SOAP est utilisée, il est nécessaire de déclarer les variables et tableaux 4D dans la méthode Compiler_Web à l’aide les commandes du thème “Compilateur”.
    l'as tu fait ?

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    Non, je ne passe rien dans compiler_Web.

    Les variables passe quand même et ssans utiliser compiler_Web. Pourquoi les tableaux ne passent-ils pas ?

    Cette méthode n'est pas dans ma liste des méthodes de base. Dois-je comprendre que c'est à moi de la créée?

  4. #4
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    Citation Envoyé par kevdep Voir le message
    Les variables passe quand même et ssans utiliser compiler_Web. Pourquoi les tableaux ne passent-ils pas ?
    la bonne question serait plutôt pourquoi les variables passent...

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    D'accord j'ai compris je dois donc tout passer dans compiler_Web.

    Faut-il que j'offre cette méthode compiler_WEB en web service?

  6. #6
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    tu trouveras la réponse à ta question sur la même page de la doc dont j'ai copié collé la citation:

    http://doc.4d.com/4D-Langage-12.1/We...479678.fr.html

    C'est un réflexe à mettre en place quand tu as un problème : RTFM
    tu n'en seras que plus autonome...

    hth
    FiF

  7. #7
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    Merci. Dernière question : La methode compiler, est elle créée par le compilateur ou manuellement ? faut-il la publiée comme Web Service ?

  8. #8
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    Bin c'est comme tu veux mais si cette méthode n'est pas appelée directement par un client soap je vois pas l'intérêt de la publier comme WS.

    Pour tous ce qui concerne le compilo je te renvoie à la doc :
    http://doc.4d.com/4D-Langage-12.1/Co...479829.fr.html

  9. #9
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    je viens de faire comme tu me l'as indiqué.

    C'est toujours pareil, le tableau est bien déclarer mais il ne se remplit pas.

    Compiler_WEB :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
     
    TRACE
     
    C_TEXTE($0)
    C_TEXTE($1)
    C_TEXTE($2)
    C_TEXTE($3)
    C_TEXTE($4)
    C_TEXTE($5)
    C_TEXTE($6)
    C_TEXTE($7)
    C_TEXTE($8)
    C_TEXTE($9)
    C_TEXTE($10)
    C_TEXTE($11)
    C_TEXTE($12)
    C_TEXTE($13)
    C_TEXTE($14)
    C_TEXTE($15)
    C_TEXTE($16)
    C_ENTIER($17)
     
    TABLEAU TEXTE(tabBenef;0;3)

    Ma methode declarer comme service web :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
     
    DECLARATION SOAP($0;Est un texte ;SOAP entrée ;"nomTelePro")
    DECLARATION SOAP($1;Est un texte ;SOAP entrée ;"numAdh")
    DECLARATION SOAP($2;Est un texte ;SOAP entrée ;"nomAdh")
    DECLARATION SOAP($3;Est un texte ;SOAP entrée ;"prenomAdh")
    DECLARATION SOAP($4;Est un texte ;SOAP entrée ;"adresseAdh")
    DECLARATION SOAP($5;Est un texte ;SOAP entrée ;"code_postal_Adh")
    DECLARATION SOAP($6;Est un texte ;SOAP entrée ;"villeAdh")
    DECLARATION SOAP($7;Est un texte ;SOAP entrée ;"telephoneAdh")
    DECLARATION SOAP($8;Est un texte ;SOAP entrée ;"dateNaissanceAdh")
    DECLARATION SOAP($9;Est un texte ;SOAP entrée ;"numMutuelleEmetteur")
    DECLARATION SOAP($10;Est un texte ;SOAP entrée ;"nomMutuelleEmetteur")
    DECLARATION SOAP($11;Est un texte ;SOAP entrée ;"adresseMutuelleEmetteur")
    DECLARATION SOAP($12;Est un texte ;SOAP entrée ;"codePostalMutuelleEmetteur")
    DECLARATION SOAP($13;Est un texte ;SOAP entrée ;"villeMutuelleEmetteur")
    DECLARATION SOAP($14;Est un texte ;SOAP entrée ;"TelephoneMutEmetteur")
    DECLARATION SOAP($15;Est un texte ;SOAP entrée ;"jourPrelevementMutuelleEmetteur")
    DECLARATION SOAP($16;Est un texte ;SOAP entrée ;"periodicite")
    DECLARATION SOAP($17;Est un numérique ;SOAP entrée ;"numeroContrat")
     
     
    DECLARATION SOAP(tabBenef;Est un tableau texte ;SOAP entrée ;"tabBenef")
     
    DECLARATION SOAP(cheminContrat;Est un texte ;SOAP sortie ;"cheminContrat")
    DECLARATION SOAP(cheminCourrier;Est un texte ;SOAP sortie ;"cheminCourrier")

  10. #10
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    voici la preuve flagrante que la déclaration est bon exercice,
    on récapitule :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    DECLARATION SOAP(tabBenef;Est un tableau texte ;SOAP entrée ;"tabBenef")
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    TABLEAU TEXTE(tabBenef;0;3)
    Grace à la déclaration du compilo on s'aperçoit que ton tableau est multi-dimensionel. Je suis prêt à parier que le problème réside là...

    Il faudrait que tu fasse un test avec deux tableaux à une dimension pour voir si ça résous le problème...

  11. #11
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    J'ai essayer en déclarant 2 tableaux a une dimensions

    soit :

    compiler_WEB

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    TABLEAU TEXTE(tabNom;0)
    TABLEAU TEXTE(tabPrenom;0)
    Methode WS

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    DECLARATION SOAP(tabNom;Est un tableau texte ;SOAP entrée ;"tabNom")
    DECLARATION SOAP(tabPrenom;Est un tableau texte ;SOAP entrée ;"tabPrenom")

    Toujour le même problème, le tableau n'est pas affecté.

    Bizarre...

  12. #12
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    effectivement cela devient compliqué !

    La méthode qui déclare le tableau soap est bien celle appelée par le client soap ?

    Plus précisément, n'y a t-il pas un appel à une 2ème méthode pour la déclaration via la méthode principale appelée ?

  13. #13
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    Non je ne déclare qu'une seule méthode dans le web service.

    voila comment je passe les paramètres (traduction du wsdl pae soapUI) :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
     
    <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:def="http://www.4d.com/namespace/default" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
     
       <soapenv:Header/>
       <soapenv:Body>
          <def:ws_recup_chemins soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
             <nomTelePro xsi:type="xsd:string">?</nomTelePro>
             <numAdh xsi:type="xsd:string">?</numAdh>
             <nomAdh xsi:type="xsd:string">?</nomAdh>
             <prenomAdh xsi:type="xsd:string">?</prenomAdh>
             <adresseAdh xsi:type="xsd:string">?</adresseAdh>
             <code_postal_Adh xsi:type="xsd:string">?</code_postal_Adh>
             <villeAdh xsi:type="xsd:string">?</villeAdh>
             <telephoneAdh xsi:type="xsd:string">?</telephoneAdh>
             <dateNaissanceAdh xsi:type="xsd:string">?</dateNaissanceAdh>
             <numMutuelleEmetteur xsi:type="xsd:string">?</numMutuelleEmetteur>
             <nomMutuelleEmetteur xsi:type="xsd:string">?</nomMutuelleEmetteur>
             <adresseMutuelleEmetteur xsi:type="xsd:string">?</adresseMutuelleEmetteur>
             <codePostalMutuelleEmetteur xsi:type="xsd:string">?</codePostalMutuelleEmetteur>
             <villeMutuelleEmetteur xsi:type="xsd:string">?</villeMutuelleEmetteur>
             <TelephoneMutEmetteur xsi:type="xsd:string">?</TelephoneMutEmetteur>
             <periodicite xsi:type="xsd:string">?</periodicite>
             <numeroContrat xsi:type="xsd:float">?</numeroContrat>
             <tabBenef xsi:type="def:ArrayOfstring" soapenc:arrayType="xsd:string[]"/>
    	 <item xsi:type="xsd:string">Jordan</item>
     	 <item xsi:type="xsd:string">Dep</item>
    	 <item xsi:type="xsd:string">19/09/1990</item>
      	 <item xsi:type="xsd:string">Conjoint</item>   
             <tabNom xsi:type="def:ArrayOfstring" soapenc:arrayType="xsd:string[]"/>
    	 <item xsi:type="xsd:string">DEPOLLEIR</item>
     	 <item xsi:type="xsd:string">DJELLAB</item>
    	 <item xsi:type="xsd:string">Georgel</item> 
             <tabPrenom xsi:type="def:ArrayOfstring" soapenc:arrayType="xsd:string[]"/>
    	 <item xsi:type="xsd:string">Jordan</item>
     	 <item xsi:type="xsd:string">Kais</item>
    	 <item xsi:type="xsd:string">Damien</item>
      	 <item xsi:type="xsd:string">Kevin</item>   
          </def:ws_recup_chemins>
       </soapenv:Body>
    </soapenv:Envelope>

    et voila le wsdl :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
     
    <definitions name="A_WebService" targetNamespace="http://www.4d.com/namespace/default">
    <types>
    <schema targetNamespace="http://www.4d.com/namespace/default"><complexType name="ArrayOfstring">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/></restriction>
     </complexContent>
    </complexType>
    <complexType name="ArrayOfint">
    <complexContent>
    <restriction base="SOAP-ENC:Array"><attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:int[]"/>
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    <message name="ws_recup_cheminsRequest">
    <part name="nomTelePro" type="xsd:string"/>
    <part name="numAdh" type="xsd:string"/><part name="nomAdh" type="xsd:string"/>
    <part name="prenomAdh" type="xsd:string"/>
    <part name="adresseAdh" type="xsd:string"/>
    <part name="code_postal_Adh" type="xsd:string"/>
    <part name="villeAdh" type="xsd:string"/>
    <part name="telephoneAdh" type="xsd:string"/>
    <part name="dateNaissanceAdh" type="xsd:string"/>
    <part name="numMutuelleEmetteur" type="xsd:string"/>
    <part name="nomMutuelleEmetteur" type="xsd:string"/>
    <part name="adresseMutuelleEmetteur" type="xsd:string"/>
    <part name="codePostalMutuelleEmetteur" type="xsd:string"/>
    <part name="villeMutuelleEmetteur" type="xsd:string"/>
    <part name="TelephoneMutEmetteur" type="xsd:string"/>
    <part name="periodicite" type="xsd:string"/>
    <part name="numeroContrat" type="xsd:float"/>
    <part name="tabBenef" type="tns:ArrayOfstring"/>
    <part name="tabNom" type="tns:ArrayOfstring"/>
    <part name="tabPrenom" type="tns:ArrayOfstring"/>
    </message><message name="ws_recup_cheminsResponse">
    <part name="cheminContrat" type="xsd:string"/>
    <part name="cheminCourrier" type="xsd:string"/>
    </message><portType name="A_WebServiceRPC">
    <operation name="ws_recup_chemins">
    <input message="tns:ws_recup_cheminsRequest"/>
    <output message="tns:ws_recup_cheminsResponse"/>
    </operation>
    </portType>
    <binding name="A_WebServiceBinding" type="tns:A_WebServiceRPC"><soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/>
    <operation name="ws_recup_chemins">
    <documentation>no documentation is available</documentation><soap:operation soapAction="A_WebService#ws_recup_chemins"/>
    <input>
    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </input>
    <output>
    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </output>
    </operation>
    </binding>
    <service name="A_WebService">
    <documentation/>
    <port name="A_WebServicePort" binding="tns:A_WebServiceBinding"><soap:address location="http://artemis:8080/4DSOAP/"/>
    </port>
    </service>
    </definitions>

  14. #14
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    je viens de faire un test,

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    DECLARATION SOAP(tt_test;Est un tableau texte ;SOAP entrée ;"vt_search")
    DECLARATION SOAP(vt_return;Est un texte ;SOAP sortie ;"vt_return")
     
    vt_return:="recu "+Chaine(Taille tableau(tt_test))

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
     
    TABLEAU TEXTE(tt_send;2)
    tt_send{1}:="t1"
    tt_send{2}:="t2"
    FIXER PARAMETRE WEB SERVICE("vt_search";tt_send)
     
    APPELER WEB SERVICE("http://localhost:8080/4DSOAP/";"WebService#WS_tableau";"WS_tableau";"http://www.4d.com/namespace/default";Web Service dynamique )
     
    Si (OK=1)
    	LIRE RESULTAT WEB SERVICE($0;"vt_return";*)**` Libération de la mémoire après retour de la valeur.
    Fin de si
    Pour compiler_web
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    TABLEAU TEXTE(tt_test;0)

  15. #15
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    chez moi le $1 prend bien la valeur transmise.

    Le problème est que le prestataire va me fournir un tableau, je ne peux pas lui dire de créer x variables pour chaque personne. Et je ne peut donc pas le reconstruire.

    A moin que je lui demande de me créer une longue chaine (ex : "prenom + nom + dateN + parente + prenom + nom + dateN + parente"), de la décomposer et enfin de recréer un tableau.

  16. #16
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    Tu arrive donc à transmettre un tableau ? j'utilise la même méthode que toi avec un client test 4d mais le tableau n'est pas transmit...


    Ton pb des 4 items vient surement du fait que le tableau commence à 1 au lieu de 0. Et je pense que 4d doit créer une ligne vide à la fin de l'écriture (Il me semble avoir déja vu ca).

  17. #17
    Membre confirmé Avatar de ZeFiF
    Homme Profil pro
    Consultant informatique
    Inscrit en
    Octobre 2008
    Messages
    303
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Consultant informatique
    Secteur : Industrie Pharmaceutique

    Informations forums :
    Inscription : Octobre 2008
    Messages : 303
    Points : 486
    Points
    486
    Par défaut
    ça fonctionne au moins avec un tableau mono dimension !
    testé avec la v11 pas la v12...

  18. #18
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2011
    Messages
    33
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2011
    Messages : 33
    Points : 14
    Points
    14
    Par défaut
    oui en effet je me suis rabattu sur 4 tableau. En v11

    Ça marche comme ça dommage qu'il ne prenne pas en compte les tableaux multidimensionnels.

    Merci pour ton aide

    Cdlt,
    Depollier Kevin

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [Web Service] SOAP : comment récupérer un tableau associatif
    Par het44 dans le forum Bibliothèques et frameworks
    Réponses: 4
    Dernier message: 22/08/2014, 09h58
  2. [Web Service][SOAP] Récupérer un tableau d%u2019un service web SOAP ?
    Par lehic dans le forum Bibliothèques et frameworks
    Réponses: 11
    Dernier message: 04/05/2012, 02h37
  3. Réponses: 14
    Dernier message: 15/12/2005, 10h32
  4. Récupérer 2 tableau en un seul possible?
    Par Death83 dans le forum SQL Procédural
    Réponses: 3
    Dernier message: 28/09/2005, 16h52
  5. récupérer un tableau de checkbox
    Par mr.t dans le forum ASP
    Réponses: 3
    Dernier message: 05/04/2005, 16h11

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo