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
 Attachments: 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]

Reply via email to