ksoap2
Android KSoap2 Webservice use problem
I am using following code to webservice using Ksoap2 package com.google.android.myWebService; import org.ksoap2.SoapEnvelope;[详细]
2023-02-20 07:31 分类:问答Create KSOAP request with Properties containing Attributes
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?[详细]
2023-02-20 00:19 分类:问答Webservice response is not XML
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.[详细]
2023-02-19 23:52 分类:问答ksoap connection with web service, no android (using ksoap)
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...[详细]
2023-02-19 21:56 分类:问答ERROR/AndroidRuntime: java.lang.OutOfMemoryError
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[详细]
2023-02-19 14:48 分类:问答How to use ksoap timeout in android?
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[详细]
2023-02-19 06:37 分类:问答Handling Vectors with Ksoap2 in Android
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[详细]
2023-02-18 14:52 分类:问答Exception in parsing JSON in android
My code is : SoapObject request = new SoapObject(WSDL_TARGET_NAMESPACE, OPERATION_NAME); SoapSerializationEnvelope envelope = new SoapSerializationEnvelope([详细]
2023-02-17 22:00 分类:问答Uploading image to the server
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[详细]
2023-02-17 15:41 分类:问答Complex SOAP Request
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\">[详细]
2023-02-15 16:29 分类:问答