IDLToWSDL tool cannot handle sequence octets which use a typedef for the octet. -------------------------------------------------------------------------------
Key: YOKO-375 URL: https://issues.apache.org/jira/browse/YOKO-375 Project: Yoko - CORBA Server Issue Type: Bug Components: Idl2Wsdl Affects Versions: v1.0-incubating-M2 Reporter: Balaji Ravi Assignee: Balaji Ravi Fix For: v1.0.0 typedef octet octetDef; typedef sequence<octetDef> octetSeq; struct test { octetSeq testSeq; } The idltowsdl throws an exception with the above type defined in an idl. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.