You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org> on 2009/02/03 10:49:59 UTC

[jira] Resolved: (AXIS2-4220) Consistent implementation of MTOM compliant with MTOM policy assertion v1.0 and 1.1 in Axis2

     [ https://issues.apache.org/jira/browse/AXIS2-4220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nandana Mihindukulasooriya resolved AXIS2-4220.
-----------------------------------------------

       Resolution: Fixed
    Fix Version/s: nightly

Committed in revision 740254. Thanks Dobri. 

Nandana

> Consistent implementation of MTOM compliant with MTOM policy assertion v1.0 and 1.1 in Axis2
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4220
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4220
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: mtompolicy
>            Reporter: Dobri Kitipov
>             Fix For: nightly
>
>         Attachments: InHandler.patch, MessageContext.patch, mimeBinaryProperty.patch, module.xml, moduleXML.patch, moduleXML_Updated.patch, MTOM10Assertion_patchJavaDoc.patch, MTOM10AssertionBuilder_patchJavaDoc.patch, MTOM11Assertion_patchJavaDoc.patch, MTOM11AssertionBuilder_patchJavaDoc.patch, mtomAssertion.patch, MTOMAssertion_patchJavaDoc.patch, mtomBuilder.patch, MTOMInHandler.java, MTOMInHandler_2.java, MTOMInHandler_3.java, MTOMInHandler_patchJavaDoc.patch, MTOMOutHandler.java, MTOMOutHandler_patchJavaDoc.patch, MTOMPolicy.patch, MTOMPolicy_patchJavaDoc.patch, sample-mtom-policy-extWSDL.aar, Util_update1.patch, Utils.patch, Utils_patchJavaDoc.patch
>
>
> The idea is to make use of MTOM policy assertions (for both the versions 1.0 and 1.1(latter is still a working draft)) for configuring usage of MTOM in a service and get MTOM policy assertions attached to WSDL in order to provide information to Web service clients that the service supports MTOM and the clients can also MTOM-ize mesages they send to the service. 
> Therefore it is suggested that a MTOM module will provide the needed functionality. Additionally this module does some validation of the messages exchanged compared to the MTOM policy set, too. 
> Currently the general part of the module is already commited and can be used.
> This module is compliant with the following specifications:
> http://www.w3.org/TR/soap12-mtom/
> http://www.w3.org/Submission/WS-MTOMPolicy/
> http://www.w3.org/TR/soap12-mtom-policy/ 

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