I am trying to develop a few basic webservices for use with a a commercial
product. The product produces WSDLs for me, which CXF uses to generate the
Java classes I need to work with. There's one hitch with this though, and
that is that the messages sent TO the server must be unqualified (or the
server will error out) and the messages sent FROM the server are qualified.
I can't get JAXB to handle both cases from one schema; if the messages going
out are unqualified, it expects the response to be unqualified as well. I
can more or less replicate this behaviour with manually modified schemas
that have elementFormDefault="qualified" and "unqualified" versions of every
tag I need to use, but this is pretty inelegant (not to mention time
consuming) and I feel like there's a better way to get around this.
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Ignoring-namespaces-entirely-tp3364646p3364646.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to