In my application i am accessing some web services that are in my local system. When i am invoking this services from my PC, these all working abs fine but when these services called from another syst
can ksoap2 pass an enum to webservice? there is a wcf webservice: [OperationContract] string TestEnum(CodeType code);
I\'m very bored with the using of KSOAP2 : i\'m searching a solution for 1 day and I can\'t find anything...
I\'m using Ksoap2 ve开发者_Go百科rsion 2.5.4 in my maven enabled android Project. Any reference to the Ksoap specific classes is throwing this exception
I\'m using KSOAP2 to invoke a web service. I am getting a response, but the special characters within that response aren\'t shown properly.
I\'m invoking a Java-based web-service with KSOAP2 for Android, and I would like to know how I can make use of the KSOAP fault-messages.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
I would like to make make userregistartion app in Blackberry. In which I have used ksoap2 to send request to server and get response from server.
I\'m using ksoap2 2.5.4 (on Android 2.2) which supports timeout. I\'m using Apache 2.2.16 to handl开发者_开发技巧e my requests. Everything works fine, but when I shutdown my Apache (or disconnect remo
I am uploading image to a web server by picking the image from gallery or by capturing it using android camera.