Top "Ksoap2" questions

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

What's the namespace, soap action and url should be for my android app accessing wcf web service?

My WSDL is like: <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions name="ABCWcfService" targetNamespace="http://www.ABC.com/…

android ksoap2
create soap envelope with security header in android using ksoap2

I want to create soap envelope with security header in android using ksoap2. My code of android is as... import …

android wsdl ksoap2
Android with WCF web service using ksoap2 - error SoapFault – faultcode: ‘a:ActionNotSupported’

I have done a simple project to call wcf web service using ksoap2. But when it calls envelope.getResponse(); it …

android wcf ksoap2
Android, KSoap2 and .NET Web Service w/ parameters = NULL result

Apparently this is a fairly often experienced issue. I'm not sure entirely where the problem lies, or what needs to …

android web-services soap parameters ksoap2
How to call a .NET web service from Blackberry Simulator?

I have to call a .NET web service (http://192.168.1.14/CG/authentication.asmx) from the Blackberry Simulator. Already i have done …

web-services blackberry asmx ksoap2
Hostname was not verified ANDROID

I am using ksoap lib to call the webservice . In some cases service run correctly but in a case it …

android web-services socket.io ksoap2 ksoap
Create SOAP request using KSOAP Android

I need to generate a soap request like this one. SOAP-REQUEST POST /TennisMasters/TennisMasters.Listener.asmx HTTP/1.1 Host: playinkstudio.com …

android soap ksoap2
Android KSoap2: how to get property name

I am using KSoap2 for calling web-services for my Android app. I am using following code to call the web-service. …

android web-services ksoap2 getproperty
using addMapping without the "i:type=" attribute in ksoap2 for android

I am using the envelope.addMapping function in ksoap2 and I need to make it generate items with no i:…

android web-services soap ksoap2 android-ksoap2
Android 1.6 ksoap2 "RuntimeException: Cannot serialize: java.util.GregorianCalendar..", while passing datetime parameter

I have to call .net web services in android using ksoap2 api. My code is working well for passing parameter …

android ksoap2