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 am working on application for events listing , the applica开发者_Go百科tion get the events from the database , the events arrive to the application throw webservice correctly , but my problem is to
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 need to send a soap-request that looks like this: <v:Envelope xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:v=\"http://schemas.xmlsoap.org/soap/envelope/\">
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 was trying to call a .net webservice with the Android SDK, that was simple using the ksoap2 library, including passing and getting complex types.yet i faced a more complicated problem, the
I called Web Service from Android: .java file: public class FirstScreen extends Activity { private static final String NAMESPACE = \"http://tempuri.org\";
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 developing an application which use Ksaop2 and Android 2.3.3 but I get the below error, can anyone help on this? thanks in advance.
i need to know if it\'s possible to use this webservice http://dt106696/BpassPlus/General.asmx?WSDL in Android application. It\'s possible?