Hello, I am generating some stub classes using ant and at one point
for apparently only one class, at runtime I get the
NoClassDefFoundError exception, The class extends Service from
javax.xml.ws.Service:

@WebServiceClient(name = "MyClassService", targetNamespace = "...",
wsdlLocation = "..")
public class MyClassService extends Service {...}

When I try to call this class:

MyClassService service = new MyClassService(); // it's imported
correctly.
System.out.println("service: " + service);

i get the above error.

My programme compiles, but when calling that class it crashes. I don't
understand how to debug this further to have an idea why I get that
error.
Do you have any idea?
Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to