Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-565

Tools is missing the abiilty to change the xmlType for a parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • tools-jaxrpc
    • None

      The wsdl for the marshall tests can not be generated because there is no ability to customize an xmlType.Some Java types can be mapped to multiple xmlTypes. For example byte[] can be mapped to:

      xsd:base64Binary
      or
      xsd:hexBinary
      or
      <complexType name="byteArray"/>
      <sequence>
      <element name="byte" minOccurs="0" maxOccurs="unbounded"/>
      </sequence>
      </complexType>

      -Jason

              Unassigned Unassigned
              jgreene@redhat.com Jason Greene
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: