ksoap2

Android 2.1 and Ksoap2-Android-assembly-2.4 -- SoapFault Error

I am very new to Android and ksoap2 development. I have been searching on the forums for an answer to my error and still have not found a fix. Hopefully someone will be able to figure how to fix the error. I am calling a Webservice with 10 parameters in my sample android app using the Ksoap2-Android-assembly-2.4 jar library. The erro...

How to send date as a parameter to the request in Ksoap2 to consume .Net web service

I am using KSoap2 for consume web service in my application. I need to send date as parameter in the request. Can anybody know how to send date as a parameter and send the request and please give the sample code for it. Does Ksoap2 support date format? Thanks ...

calling .NET webservice using ksoap Android

Hi All, Same question is asked previously in this forum. I am asking it again after referring all question in this forum. Problem :- I am trying call call .NET Web service from Android device. I can call web service without parameter successfully; but when tried to pass parameter it shows null in server side log. Technology/API use...

ksoap2 blackberry webservice problem, sample need

Hi! I'm new in blackberry, Currently I'm working at a program, in which I'm fetching data from the php based web service using ksoap2 lib. Everything works smoothly. App connects and fetches the data from the webservice, But now the problem is that, I don't know how to parse the resulting data. It is complex data and contains many rows a...

Connection refused when calling SOAP Webservice using Android

I developed a webservice in .net and I'm trying to call it in Android. To call the webservice I'm using ksoap2. The WDSL's URL is: http://localhost/Cidadaos_Cidade/Open.asmx?WSDL Here's the WSDL <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/...

Parse KSoap2 response in android

So I managed to call a webservice using KSoap2 in android but I can't find a way to parse the response... So here's what I receive from the webservice anyType{ WORCCategoriaSubcategoriaRecord=anyType{ssENCategoria=anyType{Id=1; Nome=Problema na rua; }; ssENSubcategoria=anyType{Id=1; Nome=Falta de acesso; Imagem=anyType{}; CategoriaId=1;...

Error:org.ksoap2.Soapfault=null

There is no error in Web service But there is an error Error:org.ksoap2.Soapfault=null pls help ...

Getting an advanced structured object with Ksoap2 from a WCF-service to an Android app

Hello, What I want to accomplish is the following. Create a WCF webservice that is called by an android application. The webservice should return alot of information that is gathered from a large database. The information will consist of a View with 20 different tables with around 1-2 rows in each tables containing information. The...

Android 1.6 ksoap2 -java.lang.RuntimeException: Cannot serialize: java.util.GregorianCalendar -Error while passing datetiem parameter

Hi, I soppose to call .net web services in android using ksoap2 api. My code is working well for passing parameter as String or int. But it showing "java.lang.RuntimeException: Cannot serialize: java.util.GregorianCalendar....." while passing Calendar object as parameter. I converted date into string and parsed it into date object but it...

Android 1.6 ksoap2 "RuntimeException: Cannot serialize: java.util.GregorianCalendar..", while passing datetime parameter

Hi, I have to call .net web services in android using ksoap2 api. My code is working well for passing parameter as String or int. But it showing "java.lang.RuntimeException: Cannot serialize: java.util.GregorianCalendar....." while passing Calendar object as parameter. I converted date into string and parsed it into date object but it is...

Create a contact on salesforce through Android

I am trying to use KSOAp on android to connect to salesforce. Right now I am able to connect and authenticate on the server. I can also get the contacts from salesforce. What I am trying now is to create a contact through my client application on Android.But unfortunately I am new to Webservices and Ksoap and I do not understand how to. ...