I have generated java classes from wsdl file using the apache cxf. It generates the JAXBElement. I make this as jar file and exposed as @WebService. If I generate the java files from the new wsdl, it doesn't generate teh necessary JAXBElement. Please help. thanks in advance.
Asked
Active
Viewed 205 times
0
-
So you are doing wsdl2java, java2wsdl and wsdl2java again? – Dennis Kieselhorst Feb 08 '19 at 18:41
-
Yes Dennis. I am doing wsld2java java2wsdl and wsdl2java using apache cxf. – apt Feb 11 '19 at 15:49