I am using following code to webservice using Ksoap2 package com.google.android.myWebService; import org.ksoap2.SoapEnvelope;
is there an easy way to create a request with KSOAP2 for Android that contains Properties that themselves contain Attributes, without creating an class that gets serialized?
I am new to Android. I\'m trying to consume a web service that\'s response is not XML. It\'s a string. Also my friend who\'s developing iPhone application get an XML response.
well i am doing a connection... sql server with web service, web service with j2me, but now i am doing one helloworld...i could it, but now than i want to do one \"hello world \"+nombre...
I am calling a web service to save an image in db. For that i picked an image from gallery and pass it to the web service. For me its working fine in Samsung galaxy tab.. But when i run it in HTC ( An
I am using ksoap2 to create a user registration application in Android. When I send request to the server and there is no response within 10 seconds I want to prompt the user with a \"Try again\" mes
As part of my project I need to access a web service in Java(Axis) using ksoap2. That web service will return a vector Of Customer objects.My problem is I cannot handle that
My code is : SoapObject request = new SoapObject(WSDL_TARGET_NAMESPACE, OPERATION_NAME); SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(
As part of my project I need to upload an image to the server. In the server part I have a web service that will accept byte array and converting in to image. In my client part(Android + ksoap2) I con
My request is as below... <soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:arr=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\">