0
votes
1answer
402 views

Android webservice client: How data extract data from xml file

I'm creating an android webservice client(restful web service). And im trying to read a simple value from the webservice, however in my app i cannot extract the data values from the webservice xml ...
0
votes
0answers
155 views

HttpUrlConnection EOFException after manually killed app

I wrote a connection-method to connect with a .NET-Webservice. It works fine, but if I kill the App in the Task-Manager and change the IP of the Server I have to wait a longer time until I get an ...
1
vote
0answers
332 views

Ksoap Object Serilisation error..Cannot serialize: [com.example.inventory.InventoryFilter@4138a178]

Is it possible to send array of complex objects to the server,I tried kvmSerializable interface , still get cannot serialise error during runtime. The details and the error in logcat is as follows. ...
0
votes
0answers
146 views

ksoap2-android serialize an empty array

I want to create an object Group with an empty list inside it using ksoap2. I managed to do this on stand alone application using webservice method but, using android gives me an error: ...
0
votes
2answers
149 views

How to authenticate an user through webservices in android?

I'm very new to webservices. Currently i'm working on an android app which needs to authenticate the user through webservices( means the username and password are stored in the remote database). Can ...
0
votes
2answers
2k views

Android - Webservice client with android.os.NetworkOnMainThreadException error

my aim is to call a .Net webservice (.asmx) from Android Device. .Net Webservice is tested using a .net test client and using SOAPUI application. i'm using Eclipse to build the android application - ...
1
vote
1answer
172 views

Trouble retrieving data from web service using GSON

I have tried a lot of samples and tutorials about GSON and how things would work using it such as: http://www.softwarepassion.com/android-series-parsing-json-data-with-gson/ ...
0
votes
1answer
304 views

Android Web Services Using Rest - Error In SOAP Message

I'm having a problem with getting a simple output from a web service using Android RESTful consumer. Below is my code and my output. However, I cannot seem to get a value returned from this web ...
0
votes
2answers
234 views

What is the best way to create json/xml response web service using java [closed]

What is the best way to create json/xml response web service using java
0
votes
1answer
109 views

Titanium webservice response timeout control

I'm using Titanium for an Android device and SOAP for the webservice data transmission. I am able to abort the process if the connection fails, but I need to abort the process if the webservice takes ...
0
votes
2answers
141 views

Parsing XML with KSOAP in android

I make connection with my webservices (SOAP) this the xml result that I recieved from the webservices how can I parse this result, ...
0
votes
2answers
883 views

How to pass an object as parameter from android to web service using ksoap2

I'm trying to send object as parameter to web service on java. It always throws a Runtime exception with Cannot serialize what is the best way to do that thx in advance
0
votes
1answer
556 views

Good alternative for JAXBContext to use in Android?

In my Android app, I need to talk to a webserver that expects marshalled objects of complex classes. These custom classes were produces from a WSDL file, so they already come with annotations. The ...
1
vote
1answer
950 views

Getting soapfault error

I am connecting my Android code with a Webservice to retrive data. and I am always getting: SoapFault - faultcode: 'a:InternalServiceFault' faultstring: 'Error in deserializing body of request ...
0
votes
1answer
1k views

Soap fault while calling webservice using ksoap2 on android

I am consuming a dotnet webservice on android code using ksoap2.I can successfully call the webservice without any parameters but when I tried to call method using a string parameters i am getting ...

1 2
15 30 50 per page