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=14902>. 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=14902 elements with minOccurs="0" produce isnill="true" on the wire ------- Additional Comments From [EMAIL PROTECTED] 2002-12-02 14:11 ------- A related issue is that Axis also sends isnill='true' for the missing branch element of a binary <choice>. This causes other stacks to always take the first element as present and null, even if the second element follows and is not nill (isnill='false'). The elements in a choice should be treated as minOccurs="0" and not as nillable.