Convert WSDL/XSD to java class for Android Application

Silverwolf

New Member
What is the preferred method for auto generating a java class using a provided WSDL/XSD?My plan is to use the generated class to create the necessary class objects in java that will get sent to a RESTful web service as a required parameters. I'd like to simplify the process to prevent serialization/deserialization issues. I can successfully call the target RESTful web service now and pass simple strings but not class objects yet. I'm not convinced JAXB or WSDL2Java are good options for android applications. I am using Java ADT v21.0.1.xxx, apache.http.client.http, and a windows XP dev box. Any suggestions will be greatly appreciated!Newbie Java/Android developer,James
 
Back
Top