Bonjour,

dans mon wsdl, j'ai un attribut avec le type :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
<s:attribute name="SNCodesOptionBlackBerry" use="required">
              <s:simpleType>
                <s:list itemType="s:long" />
              </s:simpleType>
</s:attribute>
dans un xml d'un bouchon de test, je veux savoir comment sera la forme de cet attribut :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
</soapenv:Envelope>]]></con:responseContent><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://tempuri.org/GetCatalogueTerminaux"/></con:response><con:response name="OK" encoding="UTF-8"><con:settings/><con:responseContent><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:GetCatalogueTerminauxResponse>
         <!--Optional:-->
         <tem:GetCatalogueTerminauxResult>
            <!--Zero or more repetitions:-->
            <tem:CArticle IdArticle="200007323" GenCod="329473490525" LibFabriquant="BlackBerry"  LibArticle="BlackBerry Bold 9900 noir"  LibArticleCourt="mobile BlackBerry" PrixTTC="559" PrixHT="492"    TVA="19.6" EcoParticpation="0.01" Stock="C" TypeArticle="1" OptionBlackBerry="Non" SNCodesOptionBlackBerry="350,550"/> 
         </tem:GetCatalogueTerminauxResult>
      </tem:GetCatalogueTerminauxResponse>
   </soapenv:Body>
</soapenv:Envelope>]]>
quand j'ai mis ==> SNCodesOptionBlackBerry="350,550"
ça marche pas !j'attends vos réponses Merci