You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tevoi Andrea <te...@cad.it> on 2003/06/12 16:54:58 UTC

I: Axis ignores the . It's a bug or Axis never supports it?

i've the same problem.
any help?
A.T.

-----Messaggio originale-----
Da: Fan [mailto:xml101@yahoo.com]
Inviato: sabato 22 marzo 2003 14.51
A: axis-user@ws.apache.org
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"/>