Jaxb to xml binding?



I am using CXF soap webservices. I am also JAXB for binding. I have to return below XML response to clients.



<orderElement type="service">
<elementAttribute name="serviceName">
<attributeValue>Collector</attributeValue>
</elementAttribute>
</orderElement>


To get above XML response, what are the properties/fields my JAXB class should have?


No comments:

Post a Comment