Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-1454

simple type restrictions no longer create class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • beta-2
    • None
    • WSDL processing
    • None
    • XP, SDK 1.4.2_03

    Description

      running WSDL2Java on a wsdl that includes a simple type restriction, e.g.
      <simpleType name="ID">
      <restriction base="xsd:string">
      <length value="18"/>
      <pattern value='[a-zA-Z0-9]

      {18}

      '/>
      </restriction>
      </simpleType>

      in Axis 1.1, this creates a new type called ID, with beta2, this is just mapped to string. This make existing client code (written against an Axis 1.1 generated stub) incompatible.

      Attachments

        1. enterprise.wsdl
          156 kB
          Simon Fell

        Activity

          People

            Unassigned Unassigned
            sfell@salesforce.com Simon Fell
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: