I've had this problem with ksoap2 and .net in general, that is, not specific to android.
You might investigate the handling of 100 Continue responses from .net, but as I recall there are lots of quirks in .net and lots of wiggle room in soap, and ksoap2 is not up to the task arbitrating. I suggest you use kxml and handle the requests yourself "manually". (And make sure you can get this working in JavaSE before you try it in Android.) On Oct 27, 2:58 pm, njb <[email protected]> wrote: > Please help... I am having trouble getting past the line when using > ksoap2 to connect to .net web services. > > 'SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME1);' > > all I get is the ClassLoader.class loading and giving me the > message.. > > Source not found > ________________________________ > The JAR of this file belongs to container... > __________________________________ > > // Compiled from ClassLoader.java (version 1.5 : 49.0, super bit) > public abstract class java.lang.ClassLoader { > > // Method descriptor #8 ()V > // Stack: 3, Locals: 1 > protected ClassLoader(); > 0 aload_0 [this] > 1 invokespecial java.lang.Object() [1] > 4 new java.lang.RuntimeException [2] > 7 dup > 8 ldc <String "Stub!"> [3] > 10 invokespecial java.lang.RuntimeException(java.lang.String) [4] > 13 athrow > Line numbers: > [pc: 0, line: 4] > Local variable table: > [pc: 0, pc: 14] local: this index: 0 type: > java.lang.ClassLoader --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

