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=20109>.
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=20109

WSDL2Java "soapenc" instead of "xsd" when nillable or when minOccurs="0" maxOccurs="1"





------- Additional Comments From [EMAIL PROTECTED]  2003-08-11 22:09 -------
Took a look at this bug and I am not happy about what its going to take to fix 
it.  getNillableQName() is called from getTypeQName() and getTypeQNameFromAttr
(), which are called from all over the place.  To change the behavior of this 
low level utility, we need to know if the style is encoded or literal.  
Information we don't have at this utility level and arguably information that 
isn't relevant at the Schema/type level.

Maybe fixing at this at the emitting stage might be a better way to go.  I 
hate to leave soap encoding dependancies at such a low level in our type stuff.

Reply via email to