[
https://issues.apache.org/jira/browse/YOKO-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476313
]
Lars Kühne commented on YOKO-299:
---------------------------------
For a project at work I'm using XFire. We found that for many real world use
cases like sending photos and mp3 files, encoded data transmission (base64 or
hex) is really not an option, because the XML data size explodes and because of
the processing power that is required for encoding.
Hence we configured XFire to transmit binary data using MTOM. This works great,
and I assume that CXF supports MTOM transmission, too (CXF-76).
Could you please add another option, mtom, in addition to hexBinary and
base64Binary?
> 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.