You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/03/20 09:45:16 UTC

DO NOT REPLY [Bug 7267] New: - Null Values in Envelope are not correct

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: axis-dev@xml.apache.org
        ReportedBy: pri@silbergrau.com
                CC: pri@silbergrau.com


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"/>