[ 
https://issues.apache.org/jira/browse/CXF-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553591
 ] 

maomaode commented on CXF-1313:
-------------------------------

Well, actually I found we did unmarshal correctly,  however we can not get the 
InputStream from the StreamSource, what we can get is the Reader.

The problem is caused by the com.sun.xml.bind.v2.util.DataSourceSource , it 
check the charset before return the InputStream, we seems always put the 
ContentType as UTF-8 as a default charset

In order to fix this, we have to unset the charset, in mtom enabled case

> MTOM client side can not unmarshal the returned Holder<Source>
> --------------------------------------------------------------
>
>                 Key: CXF-1313
>                 URL: https://issues.apache.org/jira/browse/CXF-1313
>             Project: CXF
>          Issue Type: Sub-task
>          Components: JAX-WS Runtime
>    Affects Versions: 2.1
>            Reporter: maomaode
>            Assignee: maomaode
>             Fix For: 2.1
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to