I have a legacy servlet which does not expect a namespace in the XML that gets passed between it and its client. It also does not generate one.
In the client if I use CXF WebClient to send the XML it seems to want to put the namespace in, which does not cause too much of a problem as the servlet ignores it. However when the servlet replies there is no namespace and the WebClient complains about its lack. Any ideas? David
