]
Alessio Soldano updated JBWS-3857:
----------------------------------
Fix Version/s: jbossws-cxf-5.0
Wrong content type (text/xml) in outgoing multipart SOAPMessage
(expected multipart/related; ...)
-------------------------------------------------------------------------------------------------
Key: JBWS-3857
URL:
https://issues.jboss.org/browse/JBWS-3857
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Reporter: Tomas Hofman
Assignee: Tomas Hofman
Fix For: jbossws-cxf-5.0
Clone of EAP6 issue
https://bugzilla.redhat.com/show_bug.cgi?id=1167348 - WF is also
susceptible.
Description of problem:
There is wrong content type (text/xml) in multipart SOAPMessage when sending it using
javax.xml.soap API. So target system is unable to parse it.
How reproducible:
always
Additional info:
It's also wrong in EAP 6.2.
EAP 6.1 is OK.
There is a patch attached in BZ-1167348 for JBossWS CXF 4.3.3. The same fix should be
also applied to JBossWS CXF 5.0.0 which is used by Wildfly.