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=15566>. 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=15566 Element not specified with nillable="true" in the wsdl should be sent over the wire Summary: Element not specified with nillable="true" in the wsdl should be sent over the wire Product: Axis Version: 1.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Serialization/Deserialization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] My understanding is that if an element in a wsdl-schema isn't specified as nillable="true" the default is false and the element should not be sent over the wire. Example: My specification (wsdl): <xsd:element minOccurs="0" name="identifier" type="xsd:string"/> The (presumably wrong) result of serialization: <identifier xsi:type="xsd:string" xsi:nil="true"/>