My code is given below: public void testWebServiceForJson() { TextView textView = new TextView(this); setContentView(textView);
Need help! I\'m trying to figure this problem 03-01 20:56:17.342: WARN/System.err(610): java.lang.NullPointerException
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.
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
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
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
I\'m trying to access a Web Service which is hosted here http://srilanka.lk:9080/services/CropServiceProxy?wsdl
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
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.
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\":