[ https://issues.apache.org/jira/browse/CXF-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566433#comment-13566433 ]
Daniel Kulp commented on CXF-4792: ---------------------------------- As per the SOAP spec, Appendix C: http://www.w3.org/TR/2001/WD-soap12-20010709/#version "A SOAP Version 1.2 node receiving a SOAP/1.1 message may either process the message as SOAP/1.1 or generate a SOAP VersionMismatch fault " CXF processes a soap 1.1 message as a 1.1 message and will respond with a 1.1 message. This is as design. > throw versionmissmatch faultcode when send soap11 message to soap12 end point > ----------------------------------------------------------------------------- > > Key: CXF-4792 > URL: https://issues.apache.org/jira/browse/CXF-4792 > Project: CXF > Issue Type: Bug > Components: Soap Binding > Affects Versions: 2.6.5, 2.8.0 > Reporter: iris ding > Assignee: Freeman Fang > Priority: Minor > Fix For: 2.8.0 > > > A SOAP 1.1 message is not valid when sent to a SOAP 1.2 only endpoint. > in such case we need to throw a versionmissmatch soapfault. Currently there > is no such logic in ReadheadersInterceptor.java. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira