[ http://issues.apache.org/jira/browse/WODEN-35?page=all ] Matthew J. Duftler closed WODEN-35: -----------------------------------
Resolution: Fixed The org.apache.woden.tool.converter.Convert class has been updated to ensure that the "xsd" namespace declaration is not dropped from the newly generated <description> element, so long as it existed on the <definition> element being converted. > WSDL Convertor drops the schema namespace during Conversion > ----------------------------------------------------------- > > Key: WODEN-35 > URL: http://issues.apache.org/jira/browse/WODEN-35 > Project: Woden > Type: Bug > Components: Tools > Environment: NA > Reporter: Chathura Herath > Assignee: Matthew J. Duftler > Attachments: compound1-2.wsdl, compound1.wsdl > > THe WSDL convertor drops the xml schema namespace declaration but leaves the > namespaces prefix in the Schema which results in a invalid schema. In this > case > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > but the schema contained the xsd prefix in some element declarations. This > leads the schema invalid even though the default namespace of the wsdl schema > element is http://www.w3.org/2001/XMLSchema > <simpleContent> > <extension base="string"> > <xsd:attribute name ="ID" type="string"/> > </extension> > </simpleContent> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]