I have a schema including a <xsd:attribute
ref="..."/>. WSDL2Java just simply ignores it. It's a
bug or not?

Thanks.


<complexType name="Request">
  <sequence>
    <element name="Service" type="xs:string"/>
  </sequence>
  <attribute name="version" type="decimal"
use="required"/>
  <attribute ref="tns:lang" use="optional"/>
</complexType>
<attribute name="lang" type="xs:string"/>

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

Reply via email to