Alessio Soldano created CXF-6867:
------------------------------------
Summary: Envelope and Body element prefix changed when processing
messages without headers
Key: CXF-6867
URL: https://issues.apache.org/jira/browse/CXF-6867
Project: CXF
Issue Type: Bug
Components: Soap Binding
Affects Versions: 3.1.0, 3.0.2, 2.7.13
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: 3.0.10, 3.1.7, 3.2.0
As a consequence of CXF-5891, the prefix values of SOAP Envelope and Body
elements are changed to the SAAJ Impl default value in case there's no SOAP
header in the message (that is the condition under which the CXF-5891
optimization actually takes place).
So a message like
{noformat}<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header/><soap:Body>
...{noformat}
ends up being converted into
{noformat}<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body>
...{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)