how i can read this web services using android i have issue when i read the web services do any one help me i was using ksoap2-android-assembly-2.4-jar-with-dependencies but the web services result
<DataTable xmlns="http://tempuri.org/">
<xs:schema xmlns="" xmlns:xs="http://ift.tt/tphNwY" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet">
<xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:MainDataTable="Films" msdata:UseCurrentLocale="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Films">
<xs:complexType>
<xs:sequence>
<xs:element name="RecID" type="xs:int" minOccurs="0"/>
<xs:element name="Is_x0020_Main" type="xs:unsignedByte" minOccurs="0"/>
<xs:element name="Title" type="xs:string" minOccurs="0"/>
<xs:element name="Year" type="xs:string" minOccurs="0"/>
<xs:element name="Main_x0020_Director" type="xs:string" minOccurs="0"/>
<xs:element name="Type" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
<NewDataSet xmlns="">
<Films diffgr:id="Films1" msdata:rowOrder="0">
<RecID>303238</RecID>
<Is_x0020_Main>0</Is_x0020_Main>
<Title>VITE VENDUTE</Title>
<Year>1953</Year>
<Main_x0020_Director>CLOUZOT HENRI-GEORGES</Main_x0020_Director>
<Type>THR</Type>
</Films>
<Films diffgr:id="Films2" msdata:rowOrder="1">
<RecID>303238</RecID>
<Is_x0020_Main>0</Is_x0020_Main>
<Title>WAGES OF FEAR THE</Title>
<Year>1953</Year>
<Main_x0020_Director>CLOUZOT HENRI-GEORGES</Main_x0020_Director>
<Type>THR</Type>
</Films>
<Films diffgr:id="Films3" msdata:rowOrder="2">
<RecID>303238</RecID>
<Is_x0020_Main>1</Is_x0020_Main>
<Title>SALAIRE DE LA PEUR LE</Title>
<Year>1953</Year>
<Main_x0020_Director>CLOUZOT HENRI-GEORGES</Main_x0020_Director>
<Type>THR</Type>
</Films>
<Films diffgr:id="Films4" msdata:rowOrder="3">
<RecID>303238</RecID>
<Is_x0020_Main>0</Is_x0020_Main>
<Title>SALARIO DELLA PAURA IL</Title>
<Year>1953</Year>
<Main_x0020_Director>CLOUZOT HENRI-GEORGES</Main_x0020_Director>
<Type>THR</Type>
</Films>
</NewDataSet>
</diffgr:diffgram>
</DataTable>
this web service i have go it so i need a android code to read this result
Aucun commentaire:
Enregistrer un commentaire