Questions tagged as 'ksoap2'

3
answers

How to send an object via SOAP Web service

To send a primitive data is simple, but when it comes to complex data like the one shown below, an exception is thrown:    java.lang.RuntimeException: Can not serialize: Person {name = given, address = given etc ...} Most of the tutorials...
asked by 09.01.2015 / 20:39
1
answer

How to consume data from SOAP Web Service with android application?

I am developing an application android + web services SOAP + mysq, I was able to create the web services and make it run with the methods insertUsuario and searchAll users, I consume the data and insert new ones through SoapUI, but in the androi...
asked by 03.05.2015 / 01:18
0
answers

How to return a specific field from a WEB SERVICE SOAP

I need to return a specific field from my web service: MainActivity class: package com.example.paulogabriel.test_app; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Button; import andr...
asked by 27.08.2016 / 19:15
1
answer

ksoup2 org.xmlpull.v1.XmlPullParserException:

I'm trying to make a query on the WEB SERVER implemented in PHP in this link . In the web service I have to send a request passing the parameters imei, password, operation . public class cargaColetaDao { private static final String URL =...
asked by 24.11.2015 / 08:45
2
answers

WebService + SOAP for android

Good morning, I created a web service with soap and tested it on the SoapUI tool. This tool works cool. In android to using Ksoap and when I command to list the data in Logcat this is bursting an exception:    SoapFault - faultcode: 'soap...
asked by 02.09.2016 / 18:09
0
answers

illegal property webservice [closed]

I'm having a problem consuming my webservice. I have the following method (This method will return all the users registered in the webservice that are in the database) User owns (id, name): public ArrayList<Usuario> buscarTodosUsuario...
asked by 08.04.2015 / 03:13
1
answer

How can I parse an xml that has a vector inside another vector?

I'm having a question about how I can parse an xml that the server is sending me.     I can get the data up to the Cobranca tag after this tag has another array that I can not get. Here's the one part of xml: <return xsi:type="SOAP-E...
asked by 11.11.2016 / 14:51
1
answer

Android consmindo web service soap

I'm having trouble consuming a complex SOAP web services SOAP As I could send this request, I am a beginner in mobile development. <Autenticacao xsi:type="urn:Autenticacao" xmlns:urn="urn:RouterBoxMobile"> <ChaveIntegracao xsi:...
asked by 17.10.2016 / 13:46
0
answers

Problem to make to send a type complex Soap

I am making a method to update customer data, but when I go through this method I am having trouble sending the object, has anyone seen this problem? Follow the code: package routerbox.com.br.centraisdoassinante.routerbox.com.br.centraisd...
asked by 07.11.2016 / 17:05
0
answers

Error requesting the ID of a data in the database through the name STRING of the data

Well, I made a method in my webservice to get the ID of a value from a state, that is, I go to function an EX name: "Acre" and it returns the ID in the database of that state. I did it, it worked fine by testing for SOAPUI that is used to test,...
asked by 22.05.2016 / 17:13