[android-developers] Exception java.lang.RuntimeException: double ID in HttpTransportSE.call method using KSOAP to consume a WSDL Service

2012-05-16 Thread ingaponteca
I am trying to consume a web service from android and I got that the application send the XML needed for my WebService. I ran a sniffer, gather the XML sent by my application, copy-paste the XML request and test it in SOAPUI client and works fine. I can see that requestDump and respondDump are fil

[android-developers] Exception e is a null string in HttpTransportSE.call method using KSOAP to consume a WSDL Service

2012-05-12 Thread ingaponteca
I am trying to consume a web service from android and I got that the application send the "XML right format" needed for my WebService. I checked with a sniffer and test it in SOAPUI client. I can see that requestDump and respondDump are filled with the in and out information but the application f

[android-developers] KSOAP + WSDL Service + HttpTransportSE + Exception

2012-05-11 Thread ingaponteca
I am trying to consume a web service from android and I got that the application send the "XML right format" needed for my WebService. I checked with a sniffer and test it in SOAPUI client. I can see that requestDump and respondDump are filled with the in and out information but the application f

[android-developers] Re: How to call a WebService from an Android Application

2012-05-01 Thread ingaponteca
E/AndroidRuntime(1044): at java.lang.reflect.Method.invoke(Method.java:511) 04-30 14:51:37.933: E/AndroidRuntime(1044): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:784) 04-30 14:51:37.933: E/AndroidRuntime(1044): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:55

[android-developers] How to call a WebService from an Android Application

2012-05-01 Thread ingaponteca
Hi... I am trying to do same thing that you but without success. Could you did the import of a web service client in your android project? I got same java.lang.NoClassDefFoundError. I am stuck. Any help is welcome. I really need to use a client because my company already has services in a web ser

[android-developers] How insert in android a web service client created using eclipse wizard and WSDL.

2012-05-01 Thread ingaponteca
I am trying to create a web server client in my android application. I created the web server client using eclipse wizard and I tested as java application and worked just fine. But When I do same process in my android project, and after add same jar files and J2SE1.5 just below the Android 4.0.3 an