0

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.

Muba
  • 13
  • 3
  • Possible duplicate of [Post soap xml request with Retrofit](https://stackoverflow.com/questions/37825990/post-soap-xml-request-with-retrofit) – recnac Apr 28 '19 at 01:20

1 Answers1

0

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