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=13724>. 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=13724 Java2WSDL not generating nillable attribute for primitive wrapper types Summary: Java2WSDL not generating nillable attribute for primitive wrapper types Product: Axis Version: 1.0 Platform: All OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In previous versions, Java2WSDL generated soapenc mappings, in which nillable is implicit. Now it generates xsd mappings, it needs to generate a nillable attribute for wrapper types, as in JAX-RPC 1.0 section 5.3.1. It does this for members of complex types, but does NOT for stand-alone parameters. Thus: Long -> Java2WSDL -> xsd:long -> WSDL2Java -> long