issue in jaxb to XML conversion

eagereulumb

New Member
I have a xml file for which i have created the xsd and generated the corresponding classes.The xml is: -\[code\]<response version="3.4"> <target name="UserAPI" operation="createUser"> <result> <user> <id>6413</id> </user> </result> </target></response>\[/code\]I have written the java code which returns me -\[code\]<?xml version="1.0" encoding="UTF-8" standalone="yes"?><response/>\[/code\]Can anyone check my code?
 
Back
Top