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
-~----------~----~----~----~------~----~------~--~---

Reply via email to