RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0

2023-02-11 Thread Lulseged Zerfu
Hi You need to customize because these 2 elements will get same class name: May be you can instead put like: BR Lulseged From: Marko Kocic Sent: Thursday, 9 February 2023 16:24 To: users@cxf.apache.org Subject: RE: Possible regression in cxf-codegen-plugin wsdl2java 4.0.0 Attached is the

Re: SOLVED: How do I add the namespace to a XML tag in a request?

2021-03-25 Thread Lulseged Zerfu
Hi I always like to put auto generated java code like yours in a separate module. Use a maven plugin to generate from wsdl/xsd on this separate module: org.jvnet.jaxb2.maven2 maven-jaxb2-plugin 0.14.0 generate-sources generate