How to marshal Objects generated with wsimport (xsd/wsdl) to xml in android?
Any help would be very appreciated.
How to marshal Objects generated with wsimport (xsd/wsdl) to xml in android? Any help
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the JAXB xjc tool to give you the required java classes but then change the XML annotations to match the Simple XML equivalent ones and then use them in the Android project.