[ https://issues.apache.org/jira/browse/YOKO-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476649 ]
Matteo Vescovi commented on YOKO-299: ------------------------------------- I briefly read through the Message Transmission Optimization Mechanism spec. If I understand correctly, as far as the generated wsdl is concerned, the only requirement to use MTOM is that the elements that we want to send optimized on the wire are of type xs:base64Binary. If that's the case, then no changes need to be made to the idltowsdl tool. > idltowsdl tool does not map idl:sequence<octet> to either xs:base64Binary or > xs:hexBinary > ----------------------------------------------------------------------------------------- > > Key: YOKO-299 > URL: https://issues.apache.org/jira/browse/YOKO-299 > Project: Yoko - CORBA Server > Issue Type: Bug > Components: Idl2Wsdl > Reporter: Matteo Vescovi > > According to the CORBA Binding for WSDL spec, an idl:sequence<octet> should > map to either a xs:base64Binary or xs:hexBinary. > Currently, the idltowsdl tool maps a idl:sequence<octet> as any other > sequence, which is not compliant with the spec. > The idltowsdl command line option -s should also be added to specify which > mapping to use (i.e. "-s hexBinary" to use hexBinary, or "-s base64Binary" to > use base64Binary [default] ). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.