[
https://issues.jboss.org/browse/TEIIDDES-965?page=com.atlassian.jira.plug...
]
Ted Jones edited comment on TEIIDDES-965 at 7/15/11 10:44 AM:
--------------------------------------------------------------
Here are the steps to enable MTOM in the generated war:
1. Add:
xmlns:xmime="http://www.w3.org/2005/05/xmlmim" schema to your output
schema
2. Add: type="xs:base64Binary"
xmime:expectedContentTypes="application/octet-stream" to the output element
3. Add the following to your <jaxws:endpoint> node of the jbossws-cxf.xml file:
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
This should be handled automatigically in 7.5.
was (Author: tejones):
Here are the steps to enable MTOM in the generated war:
1. Add:
xmlns:xmime="http://www.w3.org/2005/05/xmlmim" schema to your output
schema
2. Add: type="xs:base64Binary"
xmime:expectedContentTypes="application/octet-stream" to your the output
element
3. Add the following to your <jaxws:endpoint> node of the jbossws-cxf.xml file:
<jaxws:properties>
<entry key="mtom-enabled" value="true"/>
</jaxws:properties>
This should be handled automatigically in 7.5.
Add option to generate a war with MTOM support
----------------------------------------------
Key: TEIIDDES-965
URL:
https://issues.jboss.org/browse/TEIIDDES-965
Project: Teiid Designer
Issue Type: Feature Request
Components: Web Services Support
Affects Versions: 7.4
Reporter: Van Halbert
Assignee: Ted Jones
Fix For: 7.5
[08:51] <tejones> mus, vhalbert, it would be nice to have an option to generate a
war with MTOM support as well, to avoid the user having to hack the generated war
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira