We just migrated to CXF 2.7.5 from CXF 2.2 and the new SOAP response has ns2 as prefix in the response wrapper. This is causing an error at our clients end.
Jus tried deploying a sample cxf service and there also, I see the prefix as ns2 instead of ns1. Any idea how i can get control over the namespace prefixes? I am using JDK6. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:sayHiToUserResponse xmlns:ns2="http://server.hw.demo/"> <return>Hello ?</return> </ns2:sayHiToUserResponse> </soap:Body> </soap:Envelope> -- View this message in context: http://cxf.547215.n5.nabble.com/Namespace-prefix-ns1-is-missing-in-cxf-soap-response-tp5732560.html Sent from the cxf-user mailing list archive at Nabble.com.
