ksoap2
ksoap and minSdkVersion="11" on Android
I have a problem on using ksoap to call a webservice via android. If minSdkVersion=\"11\" then i am getting an exception that you can see below. but if i set the value of minSdkVersion attribute as 9[详细]
2023-03-21 02:25 分类:问答Android -- Passing a string to an already created webservice
I\'m trying to create an Android app that will pass a string to this (http://www.yodaspeak.co.uk/webservice/yodatalk.php?wsdl) webservice and then receive the string that it returns. I know I should b[详细]
2023-03-20 16:57 分类:问答BLOB to String[][]
Is there a way to directly convert a \"开发者_JS百科BLOB\"-array into a String[][]-array (on Android?[详细]
2023-03-18 19:22 分类:问答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();[详细]
2023-03-16 09:51 分类:问答Consuming a localhost WCF service using kSOAP2 in emulator
I have rammed my head against this wall for a couple of days now so any help is very appreciated. A bit of background, first. I am a seasoned WindowsMobile developer moving into Android so I am there[详细]
2023-03-16 07:09 分类:问答webservice on android with ksoap2 too slow
I have an android application acessing an webservice that returns a big result. The return type, on the webservice C# server, is the type XmlElement.[详细]
2023-03-16 05:02 分类:问答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.[详细]
2023-03-15 12:37 分类:问答ksoap2 in Android: noclassdeffounderror on SoapObject
I\'ve added ksoap2-android-assembly开发者_JAVA技巧-2.5.5-jar-with-dependencies to my build path in eclipse and given internet permissions in the manifest.The error is on: \'SoapObject request = new So[详细]
2023-03-15 03:07 分类:问答Retrieving attributes value from soap response
I am us开发者_JAVA百科ing ksoap for using webservice in my application. The output response contains attributes also. The response will be something like this;[详细]
2023-03-14 09:44 分类:问答KSOAP2-Android addPropery doesn't work
I made a WS on the GAE. (http://testitthanks.appspot.com/) And I want to use KSOAP2 on Android to get response.[详细]
2023-03-12 13:24 分类:问答