I'm finding that I need to control the prefix mapping used by Jettison. I started out using the default, which resulted in "ns1", but then I noticed that in integration tests it's coming out as "cns". I can't have it "changing its mind", because my client code isn't that flexible.
I found the page that described how to set up the
"MappedXML{Input,Output}Factory", but I'm not sure how I make use of that when
I'm defining the server in my Spring context.
