[ 
https://issues.apache.org/jira/browse/TUSCANY-3859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Laws closed TUSCANY-3859.
-------------------------------


I believe this is fixed now as I applied the 1.x/TUSCANY-3298 fixes to 2.x and 
took the WSDL verify tests from 1.x and added them to the wsdlgen itest on 2.x.
                
> 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
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.x
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to