GitHub user rhstone opened a pull request:
https://github.com/apache/cxf/pull/94
Add MIME types for FastInfoset encoded XML sent via SOAP-JMS.
Add support for allowing FastInfoset messages through the
SoapJMSInInterceptor. The CXF stack will properly apply the FastInfoset
encoding when the feature is added, and force is set to true. However, the
interceptor will return a fault when the MIME type appears via the JMS channel.
The present workaround is to remove the SoapJMSInInterceptor from the list of
interceptors at runtime. It is preferable to add the MIME type to the allowable
list of types.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rhstone/cxf master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/94.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #94
----
commit aaec54dba4a295c7732ad4f5d645832cfbcbecda
Author: Robert Stone <[email protected]>
Date: 2015-10-06T05:05:20Z
Add MIME types for FastInfoset encoded XML sent via SOAP-JMS.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---