Import WebService into Android Project
Preface: Fairly new to Java - Strong C# back ground.
I am trying to use "Generate JAVA code from WSDL" to import a standard webservice. When it imports I IntelliJ validates all my code but once I press Debug and it deploys to the simulator i get:
java.lang.NoClassDefFoundError: com.ProgramClass.smsClass.Send
Is there something extra I need to deploy this class to the device or have it compiled also?
请先登录再写评论。
I've tried 3 different webservices import all with the same results. Either I'm using this completely wrong, or something is not working correctly. Anyone?