Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I need to connect an Android app with a SOAP service and leave the data in a SqlLite table. The Web Service SOAP reads a SQL Server database from a table with 3 or 4 fields, the App must read this web service and store this information in a SqlLite table, with an equal structure, this must be done every time connect to the App


What I have tried:

On the internet I found a code that allows me to consume a SOAP web service but only to read a login, and not bring all the information, this is done with the ksoap2 library (ksoap2-android-assembly-3.4.0-jar- with-dependencies.jar)
Posted
Updated 8-Nov-19 2:26am
Comments
David Crow 11-Nov-19 15:20pm    
"I need to connect an Android app with a SOAP service and leave the data in a SqlLite table."

This is two separate things. Which part do you need help with specifically? Take small bites of the elephant, rather than trying to eat the whole thing in one sitting.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900