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 "Dobri Kitipov (JIRA)" <ji...@apache.org> on 2009/01/23 12:47:02 UTC

[jira] Updated: (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 ]

Dobri Kitipov updated AXIS2-4220:
---------------------------------

    Attachment: MessageContext.patch

MessageContext.patch: Fixes the getParameter method so the axisMessage is also checked for the given key.

> 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
>         Attachments: MessageContext.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.