Questions tagged as 'ksoap2'

2
answers

How to read multiple SoapObject from a WebService?

I'm trying to consume a Web Service in Java using KSoap 2 in version 3.4.0. When I do a search with no parameters it returns the expected result, but when I search by passing a parameter addProperty it presents the error in the line th...
asked by 24.02.2016 / 16:33
0
answers

Error org.xmlpull.v1.XmlPullParserException: expected: START_TAG

Good evening guys! I'm developing an android application that should connect with a C # webservice, however I'm having some trouble connecting to my webservice. When I put the W3c webservice to test the connection works perfectly, but when I...
asked by 09.11.2015 / 02:48
0
answers

Get the properties of the XML response from the web services server

I want to capture the values of the properties of the XML responded by the server. public ArrayList<Carga> smbcRequest(smbc smbc) { //instanciando variaveis PropertyInfo req = new PropertyInfo(); ArrayList<Carga> lista...
asked by 10.12.2015 / 05:08
0
answers

Consuming webservice soap on android

I'm trying to consume a webservice but I'm having problems. I have already tested on soapUI and webservice is perfect, the problem is time consuming in Android Studio. I have the following wsdl: This XML file does not appear to have any...
asked by 21.05.2015 / 13:46
0
answers

How to consume SEFAZ web-service ksoap2

Good morning, I'm having trouble consuming the SEFAZ-MS web-service link , even through tools like postman does not return me anything, I wonder how the connection in this web-service is made, I would download the XML or JSON from a note via th...
asked by 27.10.2018 / 08:54
1
answer

KSOAP ILLEGAL PROPERTY [duplicate]

I made the webservice using Android and KSOAP, now I need to consume the webservice ... The specified method needs to recover all users from the database (userid, username) Personal, I have the following error and I do not know how to solve...
asked by 10.04.2015 / 00:28
2
answers

Consume PHP / SOAP WebService on Android

I'm developing an Android application that consumes a PHP webservice through the ksoap2 library. I'm currently querying the webservice with a class that extends an AsyncTask. But because it does the task in parallel with the Thread UI I'm hav...
asked by 22.01.2015 / 18:47