I need help. I\'m trying pass parameters to webservice and it shows me an error: CANNOT SERIALIZE content_of_userText .
I downloaded ksoap2 from this link: after importing the downloaded .jar file into an Android project in Eclipse, I got import error for only the first import line (HttpTransportSE). I searched but no
I\'m new in both Android and Java (use to develop in C# before) and I\'m quite desperate on this. I\'m using ksoap2 to contact a .NET Web Service to get xml data. My code is simple and it works well i
I am having some issues with accessing a web service. Getting ClassCastException Error. Consider a scenario that I am trying to access a method of a web-service and the webservice is supposed to retur
I am trying to call a .net web service from an android emulator but I am getting connection timeout exception.
I am using ksoap and I want to send location information gathered by my android to ksoap. I want to try and avoid making a marshall class etc, is there a simple way to serialise and send the double to
I have to set proxy,username and password when my computer try to connect with the Internet.And I set them in my Android Virtual machine and it works.(The virtual machine can access the Internet).But
When I try to call my WCF web service by parsing large string value it gives me this error SoapFault - faultcode: \'a:DeserializationFailed\' faultstring: \'The formatter threw an exception while try
My webservice uses soapsession as the session mechanism. I want to call that web service using ksoap2 api. How can I call that web service so that session will be maintained? ya, one more question. No
I have problem with ksoap2, i want set encoding utf-8 for ksoap2 in android, or set content-type in header is text/xml,charset=utf=8,