You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/12/05 21:38:44 UTC

[jira] Resolved: (GERONIMO-4440) MTOM binding style is overwrite by the style from WSDL

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

Jarek Gawor resolved GERONIMO-4440.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.4

Committed the patch (with additional changes to support mtom and protocol binding override from the DD) to trunk (revision 723850) and branches/2.1 (revision 723853). Thanks for the patch! Btw, please always use { } braces for "if" statements. 


> MTOM binding style is overwrite by the style from WSDL
> ------------------------------------------------------
>
>                 Key: GERONIMO-4440
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4440
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 2.2
>         Environment: Windows XP
> JDK 1.5
>            Reporter: Ivan
>            Assignee: Jarek Gawor
>            Priority: Minor
>             Fix For: 2.1.4, 2.2
>
>         Attachments: Geronimo-4440.patch
>
>
> It seems that we could not determine whether the MTOM is enabled from WSDL, so in the current implementation, we always overwrite the bindingstyle in the SEI by the one from WSDL.
> I guess we could use the logic below to set the right binding style :
> eg. If we found the binding style in from WSDL is SOAP11HTTP_Binding, then while checking the the annotation in the SEI, if it is SOAP11HTTP_MTOM_BInding, then we ignore it, or we replace it by the one from WSDL.
> Please help to give any comment, thanks !

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