Hi all.
I have recently been migrating an existing SOAP web service from Axis2 to CXF.
In order to make the transition seamless for clients, I would like the
generated WSDL and request and response packaging to be the same as th existing
system.
The current hurdle is in how to force the xs:schema section of the WSDL to
specify attributeFormDefault="qualified".
After reading some older posts I have set up a package-info.java with the
appropriate @XmlSchema annotation value set. That has allowed us to control
the elementFormDefault value, but has not worked for controlling the value of
attributeFormDefault.
We are using CXF 2.4.0 with Spring 3.0.5 in Tomcat 6.0.32, with the endorsed
JAXB jar in place.
--
Stephen