Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-3859

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java-SCA-1.6.1
    • Java-SCA-1.x
    • None
    • None

    Description

      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">
      ...

      Attachments

        Activity

          People

            scnash Simon Nash
            antoniodb Antonio De Berardis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: