I am getting a \"casting\" error on a property of complex object that is sent to a .NET web service using KSOAP2 from an Android device.The property is an array of complex objects.The documentation on
I\'m using ksoap2-Android on an Android project to upload a file.It\'s not working. First of all, my wsdl looks like this:
I am attempting to create an Android (2.2) SOAP client to connect to a SQL Server 2005 XML Web Services endpoint (and of course this requires authentication).My SQL Server endpoint seems to be up and
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 am new in Androi. I use the ksoap for web service.There is two input float values are there in web service request but return the error
I want to send an object, SBNInloggBegar, to a WCF web service. SBNInloggBegar contains the objects SBPBegar and SBPInloggning, which in turn contain a number of strings. SBPInloggning also contain SB
I am writing an Android application that will use the getlist() method of the lists.amx service in sharepoint 2010. I am using ksoap2-android to handle my soap messages.When I try to authenticate I ge
I\'m new to android and I wanted to call wcf web service. I have found ksoap2library and stated to apply the examples I found.The app failed with the following error message: java.net.SocketTimeoutExc
My Android get a runtime error in SoapObject result = (SoapObject) envelope.getResponse(); The webservice is in my notebook (192.168.15.13), the notebook and the Android connected via LAN. I created t
i have android application, which send some data to .net web service (not wcf, simple web service) on android application i have class, which implement KvmSerializable interface