bonjour ,
enveloppe de retour de mon web service retourne plusieurs listes
<soap12:Envelope xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:soap12=“http://www.w3.org/2003/05/soap-envelope”>
soap12:Body
xsd:schemaschema</xsd:schema>xml
</soap12:Body>
</soap12:Envelope>
avec shéma:
<xs:schema id=“NewDataSet” xmlns=“” xmlns:xs=“http://www.w3.org/2001/XMLSchema” xmlns:msdata=“urn:schemas-microsoft-com:xml-msdata”>
<xs:element name=“NewDataSet” msdata:IsDataSet=“true” msdata:UseCurrentLocale=“true”>
xs:complexType
<xs:choice minOccurs=“0” maxOccurs=“unbounded”>
<xs:element name=“Table”>
xs:complexType
xs:sequence
<xs:element name=“NUMERO_LLOYD” type=“xs:string” minOccurs=“0”/>
<xs:element name=“NOM_NAVIRE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“CONSIGNATAIRE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“_x0030_0006” type=“xs:string” minOccurs=“0”/>
<xs:element name=“OPERATEU” type=“xs:string” minOccurs=“0”/>
<xs:element name=“TYP_NAVIRE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“DATE_ACCOSTAGE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“HEURE_ACCOSTAGE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“DATE_DEP” type=“xs:string” minOccurs=“0”/>
<xs:element name=“HEURE_DEP” type=“xs:string” minOccurs=“0”/>
<xs:element name=“NUMERO_ESCALE” type=“xs:decimal” minOccurs=“0”/>
<xs:element name=“PM1” type=“xs:decimal” minOccurs=“0”/>
<xs:element name=“PM2” type=“xs:decimal” minOccurs=“0”/>
<xs:element name=“LIBELLE_CAUSE_ACCOSTAGE” type=“xs:string” minOccurs=“0”/>
<xs:element name=“PROV” type=“xs:string” minOccurs=“0”/>
<xs:element name=“DEST” type=“xs:string” minOccurs=“0”/>
<xs:element name=“LIBELLE_MARCHANDISE_IMPORT” type=“xs:string” minOccurs=“0”/>
<xs:element name=“LIBELLE_MARCHANDISE_EXPORT” type=“xs:string” minOccurs=“0”/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
je narrive pas a parser XmL et récuperes les listes