tags:

views:

9

answers:

0

I have a xsd which has the substitution groups in it . When i am trying to generate java classes using cxf wsdl2java JAXB generating List> rather than the List . How can i avoid the JAXBElement? I tried with binding.xml but its not working .Please help me to resolve this

Thank you

related questions