Top "Ksoap2" questions

A lightweight and efficient SOAP engine suitable for J2ME or constrained java devices.

How to call a .NET Webservice from Android using KSOAP2?

I have a problem while calling a webservice. I have a .NET web service on the server, and I am …

android ksoap2 ksoap
How to determine method names and parameters in wsdl web service

I have few problems with Web Services and KSoap library. I searched this topic before asking but couldn't find anything. …

parameters wsdl ksoap2
Adding kSOAP dependency to Gradle project

I'm trying to make kSOAP working in my Android project with Gradle. This is my project's build.gradle file: buildscript { …

android maven gradle ksoap2
How to pass parameter to a webservice using ksoap2?

I'm using Eclipse IDE to develop an android app. I'm trying to connect to a .net webservice. I'm using ksoap2 …

java android web-services parameters ksoap2
Generating Java from WSDL for use on Android with ksoap2-android SOAP client?

I have to access a existing SOAP webservice from an Android application. I have been provided some WSDL files describing …

java android soap wsdl ksoap2
ksoap2 org.xmlpull.v1.xmlpullparserexception expected start_tag error

Below is my code, which I have written to validate user log in credentials. The web service written using .net …

java android asp.net ksoap2 android-ksoap2
How to call a WCF service using ksoap2 on android?

Here is my code import org.ksoap2.*; import org.ksoap2.serialization.*; import org.ksoap2.transport.*; import android.app.Activity; import …

android wcf ksoap2
java.lang.ClassCastException: org.ksoap2.serialization.SoapPrimitive?

I am calling a web service from my android client application. After getting response when i am trying to display …

android ksoap2
KSOAP 2 Android with HTTPS

I am using KSOAP2 to manage SOAP in Android but it use https for the SOAP url and I am …

android soap https ksoap2
The given SOAPAction does not match an operation

I'm new to web service using jax-ws. I was starting to implement it based on some kind of tutorials over …

android jax-ws ksoap2