How can i read the dataset and show on android application with soap web service?

40 Views Asked by At

I need an android application i have soap web service and ı can read DATASET from database with web service and i can display them in web page but ishould display this datas on androidd application but i couldnt how can i do ?

Thanks.

1

There are 1 best solutions below

0
Shayan Khaksar On

You have to handle both HTTP requests and Parsing XML.

But this question can be a possible duplicate of this: Post soap xml request with Retrofit