ksoap
KSOAP: "org.ksoap2.serialization.SoapPrimitive" Exception problem
I have a problem while calling the webservice, I have a .NET web service in the server and I am using KSOAP(ksoap2-android-assembly-2.5.7-jar-with-dependencies.jar) in Android.[详细]
2023-03-22 22:58 分类:问答Android KSoap Output Error
I\'ve tried to work web service on android but I\'ve taken an error in emulator output: org.xmlpull.v1.XmlPullParserException:expecteed: START_TAG[详细]
2023-03-22 06:22 分类:问答How to call a .net web service that returns an ArrayList to Android
I am trying to retreive an ArrayList from a .NET web service using ksoap. The data does not seem to be able to enter my coo arraylist.[详细]
2023-03-19 11:45 分类:问答android -How to pass double value to service using ksoap
In My application i want to pass the double value to the web service using ksoap but i am getting the NPE. In the code \"exit_distance\" is double value. can any body find the error in that and send t[详细]
2023-03-18 20:02 分类:问答Android consume WCF , that particular method return DataTable
I am new to this site & Android, If there are any wrong please indicate me . My problem is in soap response,[详细]
2023-03-17 21:48 分类:问答How to process the SOAPPRIMITIVE response
I have WCF method that return String type. This is my output {\"Table1\" : [{\"TableName\" : \"LoadDistributor\",\"Description\" :[详细]
2023-03-17 17:45 分类:问答Store base64 encoded string as file
I have a web service that returns a base64 encoded string of a PDF file. I want to save this file to the SD Card开发者_开发技巧. but when i try do this, adobe reader tells me that the file is corrup[详细]
2023-03-12 02:09 分类:问答OutOfMemoryError in Android app when calling a web service
Please, help.... I\'m calling 开发者_如何学Goa web service method that return a large soap object and I\'m getting the OutOfMemoryException.[详细]
2023-03-08 18:03 分类:问答kSOAP2 double ID exception
I am attempting to use kSOAP 2 in my android application, and when I try to perform a particular webservice request, I end up getting thrown a \"double ID\" exception.I was able to find where this get[详细]
2023-03-08 14:48 分类:问答how to take the xml file from soapobject
I receive xmldocument from .net web service SoapObject result=(SoapObject)soapEnvelope.bodyIn; and the problem is how to 开发者_运维问答take the xml document from the result and parse it?For debuggi[详细]
2023-03-06 23:42 分类:问答