ksoap2
How to Pass json array as Parameter To A Webservice Using Ksoap2 in android
My code is given below: public void testWebServiceForJson() { TextView textView = new TextView(this); setContentView(textView);[详细]
2023-02-14 20:40 分类:问答ksoap2 error sending complex object
Need help! I\'m trying to figure this problem 03-01 20:56:17.342: WARN/System.err(610): java.lang.NullPointerException[详细]
2023-02-14 00:57 分类:问答How to use KSoap 2 in android
I\'ve just came across to ksoap2 for using my own asp .net webservices in android apps. I\'ve found few great resources over internet and I\'ve implemented my webservice in android app.[详细]
2023-02-13 22:59 分类:问答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 分类:问答Android KSOAP2 base64Binary response from .net webservice
Im trying to get a byte[] from a base64Binary field in my android application. i manage to get the data though for some reason the data array is full with values in some places, where the same data ar[详细]
2023-02-06 12:35 分类:问答Soap Fault VersionMismatch KSOAP2 for Android
I\'m trying to access a Web Service which is hosted here http://srilanka.lk:9080/services/CropServiceProxy?wsdl[详细]
2023-02-02 15:01 分类:问答HttpTransportSE requestDump gives NullPointerException
I\'m trying to access a webservice in Android via Ksoap2 for Android. The SoapObject is created OK, the S.O.P of the bodyOut outputs the desired strings. But when I do a requestDump of the HttpTrans[详细]
2023-02-02 04:31 分类:问答KSOAP2 for Android gives
I\'m trying to access a web service whose WSDL is at http://srilanka.lk:9080/services/CropServiceProxy?wsdl . Using SoapUI I sent a request and successfully got a response.[详细]
2023-02-01 11:28 分类:问答Calling a Java Web Service from Android via ksoap2
I have implemented a Java web service WelcomMsg and it is running on Apache Axis. The web service has only one method greetUs(). It returns a string \"Greetings\":[详细]
2023-01-28 10:21 分类:问答