tuscany generated wsdl: namespace prefix for the attribute "base" is missing
----------------------------------------------------------------------------

                 Key: TUSCANY-3859
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3859
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-SCA-1.6.1
            Reporter: Antonio De Berardis


I have a problem when I let tuscany generate the wsdl for a service.
Namespace prefix for the attribute "base" is missing.

If I have an object that extends another object, the schema generated
should be:
...
<xs:complexType name="myObjChild">
        <xs:complexContent>
                <xs:extension base="tns:myObj">
...

but i got

...
<xs:complexType name="myObjChild">
        <xs:complexContent>
                <xs:extension base="myObj">
...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to