Is it possible to rename th response namespace-prefix in a Spring WS webservice?
问题 I've build a Spring WS webservice based on the example at http://spring.io/guides/gs/producing-web-service/. The response contains my namespace with the prefix "ns2". xmlns:ns2="http://www.mycompany.com/somewhere" Soap-Response <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <ns2:mitteilungResponse xmlns:ns2="http://www.mycompany.com/somewhere"> <ns2:responseContent> <ns2:message>Hello World!</ns2:message> </ns2:responseContent