Questions tagged as 'ksoap'

2
answers

How can I pass the data to a ListView?

I would like to know how I can pass data from MySql to an Android ListView, I have been trying to do it but the application stops me, I have already armed my web server with the following PHP code function getEmpresas($empresa) { $mysqli...
asked by 01.03.2017 / 17:34
0
answers

Ksoap sending request in null

I have the following code using the Ksoap2-android-3.6.0 library @Override protected Void doInBackground(String... params) { try { SoapObject request = new SoapObject(NAME_SPACE, METHOD); PropertyInfo prope...
asked by 21.09.2016 / 00:28
0
answers

Send json, gson via KSoap on Android

It happens that I am trying to send what has a Json file to a WebService made in C #, I have to send it the string that contains the Json file from android, what I have to send in this case is the "saved" variable that the I think so from a Shar...
asked by 17.05.2018 / 07:49
0
answers

How can I consume a WCF service from Android

I have already spent some time researching how to consume a WCF from Android, however, I need to use a WCF that was already created with a different syntax from the examples I found. The code of my WCF contracts is like this: namespace Serv...
asked by 22.03.2018 / 06:52
0
answers

Validate Login consuming web service in android studio

I hope and you can help me. I am consuming web service from android studio and I want to validate users. The format in which the answer is returned to me in a Json My MainActivity is the following: public class MainActivity extends Fr...
asked by 21.11.2017 / 19:36
1
answer

How to send an arraylist by ksoap?

Greetings I have a doubt when sending an array list by means of ksoap, so far I have sent simple data such as numbers, text but now I want to send a complete table stored in sqlite. The first step I take is to read a whole table stored in sql...
asked by 29.10.2017 / 23:00
1
answer

I can not import the .jar ksoap2 in Android Studio

I have an Android project in which I want to use the .jar ksoap2. In Android Studio paste the .jar file in the libs folder of my project, then on that file right click and "Add as Library". Later I synchronized my gradle, which resulted in...
asked by 17.05.2017 / 05:01
0
answers

I am consulting a WSDL by android using ksoap2, and I always get the error Unmarshalling Error: unexpected element

I am consulting a WSDL for android using ksoap2, and I always get the error Unmarshalling Error: unexpected element     
asked by 23.04.2017 / 21:22
0
answers

How to Synchronize Sqlite with Webservices Ksoap

I have my app which I have it so that it works in disconnected mode of wifi or data, which all the payment applications that are made I keep them in a bd sqlite, for later when the user has access to internete synchronize those the Modified data...
asked by 20.07.2016 / 18:10