[ https://issues.apache.org/jira/browse/GERONIMO-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Donald Woods updated GERONIMO-4440: ----------------------------------- Patch Info: [Patch Available] Fix Version/s: 2.2 Assignee: Jarek Gawor marking patch available for 2.2 > 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.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.