ksoap2
Cannot Serialize error on Android
I need help. I\'m trying pass parameters to webservice and it shows me an error: CANNOT SERIALIZE content_of_userText .[详细]
2023-04-12 19:40 分类:问答The import org.ksoap2.transport.HttpTransportSE cannot be resolved
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[详细]
2023-04-10 04:56 分类:问答Partial xml response from web service via ksoap2
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[详细]
2023-04-08 21:02 分类:问答Android: soap primitive error
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[详细]
2023-04-08 14:53 分类:问答ksoap2 connection timeout
I am trying to call a .net web service from an android emulator but I am getting connection timeout exception.[详细]
2023-04-08 10:41 分类:问答A simple way to serialise a double?
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[详细]
2023-04-07 04:58 分类:问答Android:About android webservice
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[详细]
2023-04-05 01:34 分类:问答Android Ksoap how to set maximum string content length quota
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[详细]
2023-04-04 14:34 分类:问答calling a session based web service using ksoap2
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[详细]
2023-04-04 09:13 分类:问答set encoding utf-8 for ksoap2 in android
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,[详细]
2023-04-03 16:55 分类:问答