Introduce a switch for the soap/jms spec transport to turn of SoapJMSInInterceptor ----------------------------------------------------------------------------------
Key: CXF-3235 URL: https://issues.apache.org/jira/browse/CXF-3235 Project: CXF Issue Type: Improvement Reporter: Christian Schneider Fix For: 2.3.2 The soap/jms spec requires several jms properties like SOAPJMS_contentType to be set on an incoming message. In case the required properties are not present a fault is returned. While this is perfectly compliant with the spec it creates interop problems with implementations that do not yet follow the spec. So I propose to introduce a switch that disables the SoapJMSInInterceptor or that turns the faults into warnings. This would allow older clients to interoperate with cxf. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.