I have an XSD with some complex types. All the types are annotated with xsd:annotation and documentation. I am using contract first approach. The WSDL is designed by someone else so I can't change it. My problem is that CXF generated WSDL does not contains original xsd:annotation nodes because they are lost during the cxf-codegen-plugin generation phase. Is there any way I can maintain those nodes?
Asked
Active
Viewed 92 times
0
-
Check related question here: http://stackoverflow.com/a/8534906/3656963 – Revive Jul 06 '16 at 15:28
-
So, according to that it is not possible? – Alfredo A. Jul 06 '16 at 16:36