ksoap2
DNS Error On BlackBerry Simulator and Phone
Hey all, having a little trouble here with connecting my application on BB. I\'m using ksoap2 to call a java webservice i made running on GlassFish 3. On the simulator when i call this url[详细]
2023-01-28 05:40 分类:问答Trying to get any response when connecting from Android to my web service (SOAP 1.1)
This is my only class where i get connected to my web service : public class Main extends Activity { /** Called when the activity is first created. */[详细]
2023-01-27 20:22 分类:问答Broken Package links for ksoap2 .jars?
I\'m currently trying to build a little application on android that is using a webspace but the problem ist that if I want to download a ksoap2 package (e.g. ksoap2 with all dependencies 2.5.2 开发者_[详细]
2023-01-27 15:40 分类:问答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 be adjusted, but for the life of me I cannot retrieve anything other than a NULL re[详细]
2023-01-27 08:00 分类:问答How to parse a list of objects retrieved with ksoap on Android?
I have a soap webservice that returns something like this: ListResult{id=123; result=Li开发者_Go百科stItem{currencyID=2; currencyISO=EUR; desc=description; hasEMagazine=true; hasPrintMagazine=true; i[详细]
2023-01-26 06:34 分类:问答Parsing Complex WCF response in Android
I need to consume a WCF webservice via SOAP under Android. I am doing this by using KSOAP2.5.2. Now as we are not allowed to edit the WCF in any way, I am currently not able to change the output which[详细]
2023-01-24 15:13 分类:问答Blackberry: https is VERY slow
My app connects to a .NET web service via KSoap2 library. When I\'m using HttpConnection everything works great and is very fast. However, when i switch to HttpsConnection the app slows down to a craw[详细]
2023-01-24 06:08 分类:问答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 try[详细]
2023-01-22 04:30 分类:问答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.[详细]
2023-01-20 14:25 分类:问答Parse KSoap2 response in android [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: Parsing ksoap2 response[详细]
2023-01-20 02:07 分类:问答