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=7267>. 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=7267 Null Values in Envelope are not correct Summary: Null Values in Envelope are not correct Product: Axis Version: beta-1 Platform: PC URL: http://www.silbergrau.com OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] SOAP Specification (5.1): "A NULL value or a default value MAY be represented by omission of the accessor element. A NULL value MAY also be indicated by an accessor element containing the attribute xsi:null with value '1' or possibly other application-dependent attributes and values." AXIS describes null values with the value "true" instead of "1". AXIS uses "xsi:nil" instead of "xsi:null". EXAMPLE: <reference xsi:nil="true"/>