DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14713>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14713

Axis does not enforce use="required" on attributes





------- Additional Comments From [EMAIL PROTECTED]  2002-11-27 16:40 -------
Also found that enums, e.g:
<simpleType name="Status">
  <restriction base="xsd:string">
    <enumeration value="NO"/>
    <enumeration value="YES"/>
    <enumeration value="Fault"/>
  </restriction>
</simpleType>
Can be omitted or even have string values that are not in the restriction in 
bean types such as:
<complexType name="Params">
  <sequence>
    <element name="currentStatus" type="Status"/>
  </sequence>
</complexType>
on the wire, without Axis objecting.

Reply via email to