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
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. */
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 开发者_
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
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
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
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
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
I developed a webservice in .net and I\'m trying to call it in Android. To call the webservice I\'m using ksoap2.
This question already has answers here: Closed 10 years ago. Possible Duplicate: Parsing ksoap2 response