gacondes Ответов: 1

Мне нужно подключить android-приложение к SOAP-сервису и оставить данные в таблице sqllite, вы можете мне помочь


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


Что я уже пробовал:

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)

David Crow

"Мне нужно подключить Android-приложение к SOAP-сервису и оставить данные в таблице SqlLite."

Это две разные вещи. С какой именно частью вам нужна помощь? Возьмите маленькие кусочки слона, вместо того, чтобы пытаться съесть все это в один присест.

1 Ответов

Рейтинг:
1

RickZeeland

Может быть, это будет полезно: Потребление веб-сервисов SOAP с Android | Nascenia[^]