ksoap2
Complex Object hosting Array of Complex Objects to .NET Web Service
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[详细]
2023-03-12 08:34 分类:问答ksoap2 webservice help
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[详细]
2023-03-12 06:59 分类:问答ksoap2-android client throwing FileNotFoundException inside [KeepAlive]HttpsTransportSE.call()
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[详细]
2023-03-10 03:57 分类:问答Ksoap2 - sending a body with no nested tags
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/\">[详细]
2023-03-08 23:46 分类:问答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 分类:问答capturing .net webservice out parameter using ksoap2
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[详细]
2023-03-06 07:24 分类:问答Android call Web Service returns "error"
I called Web Service from Android: .java file: public class FirstScreen extends Activity { private static final String NAMESPACE = \"http://tempuri.org\";[详细]
2023-03-05 17:16 分类:问答Android Ksoap2 Setting the namespace for nested (children) types
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[详细]
2023-03-05 16:33 分类:问答Web service problem with Android Ksoap2
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.[详细]
2023-03-05 08:04 分类:问答It's possible to use this webserver (http://dt106696/BpassPlus/General.asmx?WSDL) in Android?
i need to know if it\'s possible to use this webservice http://dt106696/BpassPlus/General.asmx?WSDL in Android application. It\'s possible?[详细]
2023-03-05 04:39 分类:问答