i've the same problem.
any help?
A.T.
-----Messaggio originale-----
Da: Fan [mailto:[EMAIL PROTECTED]
Inviato: sabato 22 marzo 2003 14.51
A: [EMAIL PROTECTED]
Oggetto: Axis ignores the <xsd:attribute ref="..."/>. It's a bug or Axis
never supports it?
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"/>