This was in the code base I pulled from CVS last night, I heard from someone else that it was in the 2.3 release codebase.
Cheers Simon On Sun, 9 Jun 2002 01:13:53 +0600, in soap you wrote: >Hi Simon, > >Was this in the 2.3 codebase? If so I agree this'll be a big >problem and probably sufficient cause for a 2.3.1 to be >released ASAP. > >I agree it needs to be fixed right to work with both XSD >versions. > >Thanks! > >Sanjiva. > >----- Original Message ----- >From: "Simon Fell" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Saturday, June 08, 2002 8:45 AM >Subject: xsi:null handling > > >> I noticed that Apache SOAP always serializes NULLs with >> xsi:null="true", the problem is that for the 2001 schema version there >> is no null attribute it got renamed to nil. >> >> The quick fix is to change the definition of ATTR_NULL in >> constants.java, however it looks like the code supports both 1999 and >> 2001 schema, so really it needs to pick the correct attribute name >> based on the schema version in use. >> >> This will be a significant interop issue for people using nulls >> between Apache and non-Apache toolkits. >> >> Cheers >> Simon >> www.pocketsoap.com