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.
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
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.
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
I am new to this site & Android, If there are any wrong please indicate me . My problem is in soap response,
I have WCF method that return String type. This is my output {\"Table1\" : [{\"TableName\" : \"LoadDistributor\",\"Description\" :
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
Please, help.... I\'m calling 开发者_如何学Goa web service method that return a large soap object and I\'m getting the OutOfMemoryException.
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
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