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
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
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
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
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
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
6 matches
Mail list logo