Hi, I have a problem when I let tuscany generate the wsdl for a service.
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">
...
In other words the namespace prefix for the attribute "base" is missing.
I'm using Tuscany 1.6.1
Antonio
