You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2010/11/26 08:36:13 UTC

[jira] Created: (CXF-3153) doesn't work when the wsdlLocation is provided

<soap:soapBinding mtomEnabled="true"'/> doesn't work when the wsdlLocation is provided
--------------------------------------------------------------------------------------

                 Key: CXF-3153
                 URL: https://issues.apache.org/jira/browse/CXF-3153
             Project: CXF
          Issue Type: Bug
            Reporter: jimma


If the MTOM is not enabled in the wsdl , the mtom can not be activated through spring configuration xml :

<jaxws:endpoint id="mtomTest" implementor="org.apache.cxf.MTOMImpl" address="http://localhost:9090/mtomTest">
   <soap:soapBinding mtomEnabled=' true'/>
</jaxws:endpoint>

We probably can provide another mtom element parser like wsa parser to add it to the feature list and activate the Mtom.  




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


[jira] Updated: (CXF-3153) doesn't work when the wsdlLocation is provided

Posted by "jimma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jimma updated CXF-3153:
-----------------------

          Component/s: JAX-WS Runtime
    Affects Version/s: 2.3.0
        Fix Version/s: 2.4
             Assignee: jimma

> <soap:soapBinding mtomEnabled="true"'/> doesn't work when the wsdlLocation is provided
> --------------------------------------------------------------------------------------
>
>                 Key: CXF-3153
>                 URL: https://issues.apache.org/jira/browse/CXF-3153
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.3.0
>            Reporter: jimma
>            Assignee: jimma
>             Fix For: 2.4
>
>
> If the MTOM is not enabled in the wsdl , the mtom can not be activated through spring configuration xml :
> <jaxws:endpoint id="mtomTest" implementor="org.apache.cxf.MTOMImpl" address="http://localhost:9090/mtomTest">
>    <soap:soapBinding mtomEnabled=' true'/>
> </jaxws:endpoint>
> We probably can provide another mtom element parser like wsa parser to add it to the feature list and activate the Mtom.  

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