I have used wsdl2java in order to convert a wsdl file into java files. The java files that are created are using class javax.xml.namespace.QName
However, Android is not recognizing this class. Can anyone tell me how do I add support for javax.xml.namespace.* or javax.xml.namespace.QName in my application in android..
Many Thanks
This questions discusses importing other java (non-android) libraries into android.
He basically says:
Like he says you cannot do it EASILY, so it may be possible, just not easy.