android-ksoap2
KSoap2 + Android + .net Ws = Null
i\'m having some issues using Ksoap2 in an android project while conecting to a .net Webservice. As long as i call the Ws witouth parameters everything works just fine, but when i try to add parameter[详细]
2023-02-10 03:12 分类:问答Serialize an array of ints to send using KSOAP2
I\'m having a problem trying to send an array of ints to a .NET web service which expects an array in one of the arguments. That\'s at least what I understand from the API description on the web servi[详细]
2023-02-09 08:25 分类:问答KSOAP2 error does not contain source for the file HttpTransport.class
Trying to implement ksoap2 on android app with Eclipse (3.6). This is the part of the source code: SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);[详细]
2023-02-06 05:59 分类:问答Not trusted certificate using ksoap2-android
I\'m using ksoap2-android to make a call to wcf service over SSL. I can get it to work without SSL, but now I want to make the call over SSL, but I\'ve run in to some problems.[详细]
2023-02-03 22:23 分类:问答How to pass array of string as parameter to function in WSDL webservice from Android?
I am using WSDL web service which has a method accepting a string array as an argument. I have tried ksoap2 library but unable to find out how to pass array as an argument to that method. There are op[详细]
2023-02-02 03:07 分类:问答Sending the files (At least 11 files) from folder through web service to android app
I stuck in middle of this situation,Please help me out. My question is that I want to send files (Total 11 PDF Files) to android app using web service.[详细]
2023-02-01 04:44 分类:问答KSoap Request Timeout?
friends, i dont see request timeout in KSoap library any one guide me what should i do? or from where to download latest version of it?[详细]
2023-01-30 11:02 分类:问答kSOAP2 output / org.xmlpull.v1.xmlpullparserexception expected start_tag
I have a standard code to call a .net webservice I get exception \"org.xmlpull.v1.xmlpullparserexception expected start_tag\" at line[详细]
2023-01-29 09:08 分类:问答Trying to get any response when connecting from Android to my web service (SOAP 1.1)
This is my only class where i get connected to my web service : public class Main extends Activity { /** Called when the activity is first created. */[详细]
2023-01-27 20:22 分类:问答Broken Package links for ksoap2 .jars?
I\'m currently trying to build a little application on android that is using a webspace but the problem ist that if I want to download a ksoap2 package (e.g. ksoap2 with all dependencies 2.5.2 开发者_[详细]
2023-01-27 15:40 分类:问答
加载中,请稍侯......