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.