IDLtoWSDL uses the wrong namespace when referring to exception types --------------------------------------------------------------------
Key: YOKO-363 URL: https://issues.apache.org/jira/browse/YOKO-363 Project: Yoko - CORBA Server Issue Type: Bug Components: Idl2Wsdl Affects Versions: v1.0.0 Reporter: Balaji Ravi Assigned To: Balaji Ravi Fix For: v1.0.0 Testing IDLtoWSDL, I noticed that in the generated WSDL, in every <message><part> where the message is an exception, the "element" attribute contains the wrong namespace prefix. Specifically, it starts with "tns:", when it should start with "xsd1:". Example: <definitions targetNamespace="AAA" xmlns:tns="AAA" xmlns:xsd1="BBB" ...> <types> <schema targetNamespace="BBB" ...> <element name="MyException" ...> </schema> </types> <message name="MyException" ...> <part element="tns:MyException" ...> ^^^ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.