Hello, I must have asked this question a lot of times, but I am still trying to find out a solution. I am using some stub classes, generated from a WSDL and it uses javax.xml.* some packages that are not in Android jar. I created a simple Java Project with those classes and it's working, i have respond from server with data. Trying to make a separate jar that has the packages that are missing is not a good idea, because there are references to other classes and so on. Making a jar of the working Java Project and importing that jar in the android project does not work either. It compiles but at runtime it does not see my class that is the main one from the jar, and it's public. I imported the jar in android project by adding the jar in the build path. I need help, and got nobody to discuss this with. Stuck and I would like a correct path, something... Does anyone have any idea about this? 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 [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

