I\'ve created a web service using Spring-WS.
To maintain compatibility with the old system, I need to change namespace prefix from SOAP-ENV
to soap
.
I use SAAJ. Try this.
Don't forget: soapMessage.saveChanges();
Reference:Changing the default XML namespace prefix generated with JAXWS